# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.676e-05 go_gc_duration_seconds{quantile="0.25"} 7.3557e-05 go_gc_duration_seconds{quantile="0.5"} 9.9142e-05 go_gc_duration_seconds{quantile="0.75"} 0.000138518 go_gc_duration_seconds{quantile="1"} 0.019889917 go_gc_duration_seconds_sum 38.283533857 go_gc_duration_seconds_count 216241 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.0142128e+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 3.324970775512e+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 1.995021e+06 # 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 7.5868420028e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 4.381472e+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 3.0142128e+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 6.7067904e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 3.2907264e+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 663090 # 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 6.701056e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 9.9975168e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.783321415143348e+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 7.5869083118e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 2416 # 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 581120 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 1.76256e+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.880761e+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 686739 # 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 688128 # 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 688128 # 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.09504792e+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 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP pg_database_connection_limit Connection limit set for the database # TYPE pg_database_connection_limit gauge pg_database_connection_limit{datname="gpr_sweets"} -1 pg_database_connection_limit{datname="postgres"} -1 pg_database_connection_limit{datname="template0"} -1 pg_database_connection_limit{datname="template1"} -1 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="gpr_sweets"} 2.643269311e+09 pg_database_size_bytes{datname="postgres"} 7.861951e+06 pg_database_size_bytes{datname="template0"} 7.701007e+06 pg_database_size_bytes{datname="template1"} 7.774735e+06 # HELP pg_exporter_last_scrape_duration_seconds Duration of the last scrape of metrics from PostgreSQL. # TYPE pg_exporter_last_scrape_duration_seconds gauge pg_exporter_last_scrape_duration_seconds 0.054498545 # 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 88063 # HELP pg_exporter_user_queries_load_error Whether the user queries file was loaded and parsed successfully (1 for error, 0 for success). # TYPE pg_exporter_user_queries_load_error gauge pg_exporter_user_queries_load_error{filename="/etc/postgres_exporter/queries.yml",hashsum="4534a836b3d9089df66e4d7ca674e9adc64eadd7d8931b70d157b43fa9595b0e"} 0 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge pg_locks_count{datname="gpr_sweets",mode="accessexclusivelock"} 0 pg_locks_count{datname="gpr_sweets",mode="accesssharelock"} 1 pg_locks_count{datname="gpr_sweets",mode="exclusivelock"} 0 pg_locks_count{datname="gpr_sweets",mode="rowexclusivelock"} 0 pg_locks_count{datname="gpr_sweets",mode="rowsharelock"} 0 pg_locks_count{datname="gpr_sweets",mode="sharelock"} 0 pg_locks_count{datname="gpr_sweets",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="gpr_sweets",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="gpr_sweets",mode="sireadlock"} 0 pg_locks_count{datname="postgres",mode="accessexclusivelock"} 0 pg_locks_count{datname="postgres",mode="accesssharelock"} 0 pg_locks_count{datname="postgres",mode="exclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="rowsharelock"} 0 pg_locks_count{datname="postgres",mode="sharelock"} 0 pg_locks_count{datname="postgres",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="postgres",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="postgres",mode="sireadlock"} 0 pg_locks_count{datname="template0",mode="accessexclusivelock"} 0 pg_locks_count{datname="template0",mode="accesssharelock"} 0 pg_locks_count{datname="template0",mode="exclusivelock"} 0 pg_locks_count{datname="template0",mode="rowexclusivelock"} 0 pg_locks_count{datname="template0",mode="rowsharelock"} 0 pg_locks_count{datname="template0",mode="sharelock"} 0 pg_locks_count{datname="template0",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template0",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template0",mode="sireadlock"} 0 pg_locks_count{datname="template1",mode="accessexclusivelock"} 0 pg_locks_count{datname="template1",mode="accesssharelock"} 0 pg_locks_count{datname="template1",mode="exclusivelock"} 0 pg_locks_count{datname="template1",mode="rowexclusivelock"} 0 pg_locks_count{datname="template1",mode="rowsharelock"} 0 pg_locks_count{datname="template1",mode="sharelock"} 0 pg_locks_count{datname="template1",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="template1",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="template1",mode="sireadlock"} 0 # HELP pg_replication_is_replica Indicates if the server is a replica # TYPE pg_replication_is_replica gauge pg_replication_is_replica 0 # HELP pg_replication_lag_seconds Replication lag behind master in seconds # TYPE pg_replication_lag_seconds gauge pg_replication_lag_seconds 0 # HELP pg_replication_last_replay_seconds Age of last replay in seconds # TYPE pg_replication_last_replay_seconds gauge pg_replication_last_replay_seconds 0 # HELP pg_roles_connection_limit Connection limit set for the role # TYPE pg_roles_connection_limit gauge pg_roles_connection_limit{rolname="cwbos"} -1 pg_roles_connection_limit{rolname="pg_checkpoint"} -1 pg_roles_connection_limit{rolname="pg_create_subscription"} -1 pg_roles_connection_limit{rolname="pg_database_owner"} -1 pg_roles_connection_limit{rolname="pg_execute_server_program"} -1 pg_roles_connection_limit{rolname="pg_maintain"} -1 pg_roles_connection_limit{rolname="pg_monitor"} -1 pg_roles_connection_limit{rolname="pg_read_all_data"} -1 pg_roles_connection_limit{rolname="pg_read_all_settings"} -1 pg_roles_connection_limit{rolname="pg_read_all_stats"} -1 pg_roles_connection_limit{rolname="pg_read_server_files"} -1 pg_roles_connection_limit{rolname="pg_signal_autovacuum_worker"} -1 pg_roles_connection_limit{rolname="pg_signal_backend"} -1 pg_roles_connection_limit{rolname="pg_stat_scan_tables"} -1 pg_roles_connection_limit{rolname="pg_use_reserved_connections"} -1 pg_roles_connection_limit{rolname="pg_write_all_data"} -1 pg_roles_connection_limit{rolname="pg_write_server_files"} -1 pg_roles_connection_limit{rolname="postgres"} -1 pg_roles_connection_limit{rolname="replica"} -1 pg_roles_connection_limit{rolname="sudheer"} -1 pg_roles_connection_limit{rolname="tad"} -1 # HELP pg_scrape_collector_duration_seconds postgres_exporter: Duration of a collector scrape. # TYPE pg_scrape_collector_duration_seconds gauge pg_scrape_collector_duration_seconds{collector="database"} 0.502885302 pg_scrape_collector_duration_seconds{collector="locks"} 0.433811731 pg_scrape_collector_duration_seconds{collector="replication"} 0.015620629 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.032373088 pg_scrape_collector_duration_seconds{collector="roles"} 0.434668093 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.01854615 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.477206612 pg_scrape_collector_duration_seconds{collector="stat_progress_vacuum"} 0.013284445 pg_scrape_collector_duration_seconds{collector="stat_statements"} 0.43681095 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.431551624 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.475719692 pg_scrape_collector_duration_seconds{collector="wal"} 0.030574277 # 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"} 0 pg_scrape_collector_success{collector="stat_user_tables"} 1 pg_scrape_collector_success{collector="statio_user_tables"} 1 pg_scrape_collector_success{collector="wal"} 1 # HELP pg_settings_allow_alter_system Server Parameter: allow_alter_system # TYPE pg_settings_allow_alter_system gauge pg_settings_allow_alter_system{server="43.205.81.195:8641"} 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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="43.205.81.195: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="43.205.81.195:8641"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1000 # HELP pg_settings_autovacuum_vacuum_max_threshold Server Parameter: autovacuum_vacuum_max_threshold # TYPE pg_settings_autovacuum_vacuum_max_threshold gauge pg_settings_autovacuum_vacuum_max_threshold{server="43.205.81.195:8641"} 1e+08 # HELP pg_settings_autovacuum_vacuum_scale_factor Server Parameter: autovacuum_vacuum_scale_factor # TYPE pg_settings_autovacuum_vacuum_scale_factor gauge pg_settings_autovacuum_vacuum_scale_factor{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} -1 # HELP pg_settings_autovacuum_worker_slots Server Parameter: autovacuum_worker_slots # TYPE pg_settings_autovacuum_worker_slots gauge pg_settings_autovacuum_worker_slots{server="43.205.81.195:8641"} 16 # HELP pg_settings_backend_flush_after_bytes Server Parameter: backend_flush_after [Units converted to bytes.] # TYPE pg_settings_backend_flush_after_bytes gauge pg_settings_backend_flush_after_bytes{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="43.205.81.195:8641"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="43.205.81.195:8641"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="43.205.81.195:8641"} 5 # HELP pg_settings_commit_timestamp_buffers_bytes Server Parameter: commit_timestamp_buffers [Units converted to bytes.] # TYPE pg_settings_commit_timestamp_buffers_bytes gauge pg_settings_commit_timestamp_buffers_bytes{server="43.205.81.195:8641"} 262144 # 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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="43.205.81.195:8641"} 1 # HELP pg_settings_data_directory_mode Server Parameter: data_directory_mode # TYPE pg_settings_data_directory_mode gauge pg_settings_data_directory_mode{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 4.294967296e+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="43.205.81.195:8641"} 16 # HELP pg_settings_enable_async_append Server Parameter: enable_async_append # TYPE pg_settings_enable_async_append gauge pg_settings_enable_async_append{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_distinct_reordering Server Parameter: enable_distinct_reordering # TYPE pg_settings_enable_distinct_reordering gauge pg_settings_enable_distinct_reordering{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_gathermerge Server Parameter: enable_gathermerge # TYPE pg_settings_enable_gathermerge gauge pg_settings_enable_gathermerge{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_group_by_reordering Server Parameter: enable_group_by_reordering # TYPE pg_settings_enable_group_by_reordering gauge pg_settings_enable_group_by_reordering{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_memoize Server Parameter: enable_memoize # TYPE pg_settings_enable_memoize gauge pg_settings_enable_memoize{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_enable_self_join_elimination Server Parameter: enable_self_join_elimination # TYPE pg_settings_enable_self_join_elimination gauge pg_settings_enable_self_join_elimination{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="43.205.81.195:8641"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_event_triggers Server Parameter: event_triggers # TYPE pg_settings_event_triggers gauge pg_settings_event_triggers{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="43.205.81.195:8641"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="43.205.81.195:8641"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="43.205.81.195: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="43.205.81.195:8641"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 2 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_idle_replication_slot_timeout_seconds Server Parameter: idle_replication_slot_timeout [Units converted to seconds.] # TYPE pg_settings_idle_replication_slot_timeout_seconds gauge pg_settings_idle_replication_slot_timeout_seconds{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="43.205.81.195:8641"} 1 # HELP pg_settings_io_combine_limit_bytes Server Parameter: io_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_combine_limit_bytes gauge pg_settings_io_combine_limit_bytes{server="43.205.81.195:8641"} 131072 # HELP pg_settings_io_max_combine_limit_bytes Server Parameter: io_max_combine_limit [Units converted to bytes.] # TYPE pg_settings_io_max_combine_limit_bytes gauge pg_settings_io_max_combine_limit_bytes{server="43.205.81.195:8641"} 131072 # HELP pg_settings_io_max_concurrency Server Parameter: io_max_concurrency # TYPE pg_settings_io_max_concurrency gauge pg_settings_io_max_concurrency{server="43.205.81.195:8641"} 64 # HELP pg_settings_io_workers Server Parameter: io_workers # TYPE pg_settings_io_workers gauge pg_settings_io_workers{server="43.205.81.195:8641"} 3 # HELP pg_settings_jit Server Parameter: jit # TYPE pg_settings_jit gauge pg_settings_jit{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_jit_expressions Server Parameter: jit_expressions # TYPE pg_settings_jit_expressions gauge pg_settings_jit_expressions{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 600 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="43.205.81.195:8641"} 1 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="43.205.81.195:8641"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="43.205.81.195:8641"} 0 # HELP pg_settings_log_lock_failures Server Parameter: log_lock_failures # TYPE pg_settings_log_lock_failures gauge pg_settings_log_lock_failures{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 16 # HELP pg_settings_maintenance_work_mem_bytes Server Parameter: maintenance_work_mem [Units converted to bytes.] # TYPE pg_settings_maintenance_work_mem_bytes gauge pg_settings_maintenance_work_mem_bytes{server="43.205.81.195:8641"} 6.7108864e+07 # HELP pg_settings_max_active_replication_origins Server Parameter: max_active_replication_origins # TYPE pg_settings_max_active_replication_origins gauge pg_settings_max_active_replication_origins{server="43.205.81.195:8641"} 10 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="43.205.81.195:8641"} 100 # HELP pg_settings_max_files_per_process Server Parameter: max_files_per_process # TYPE pg_settings_max_files_per_process gauge pg_settings_max_files_per_process{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 64 # HELP pg_settings_max_logical_replication_workers Server Parameter: max_logical_replication_workers # TYPE pg_settings_max_logical_replication_workers gauge pg_settings_max_logical_replication_workers{server="43.205.81.195:8641"} 4 # HELP pg_settings_max_notify_queue_pages Server Parameter: max_notify_queue_pages # TYPE pg_settings_max_notify_queue_pages gauge pg_settings_max_notify_queue_pages{server="43.205.81.195:8641"} 1.048576e+06 # HELP pg_settings_max_parallel_apply_workers_per_subscription Server Parameter: max_parallel_apply_workers_per_subscription # TYPE pg_settings_max_parallel_apply_workers_per_subscription gauge pg_settings_max_parallel_apply_workers_per_subscription{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 10 # HELP pg_settings_max_slot_wal_keep_size_bytes Server Parameter: max_slot_wal_keep_size [Units converted to bytes.] # TYPE pg_settings_max_slot_wal_keep_size_bytes gauge pg_settings_max_slot_wal_keep_size_bytes{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 10 # HELP pg_settings_max_wal_size_bytes Server Parameter: max_wal_size [Units converted to bytes.] # TYPE pg_settings_max_wal_size_bytes gauge pg_settings_max_wal_size_bytes{server="43.205.81.195: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="43.205.81.195:8641"} 8 # HELP pg_settings_md5_password_warnings Server Parameter: md5_password_warnings # TYPE pg_settings_md5_password_warnings gauge pg_settings_md5_password_warnings{server="43.205.81.195:8641"} 1 # HELP pg_settings_min_dynamic_shared_memory_bytes Server Parameter: min_dynamic_shared_memory [Units converted to bytes.] # TYPE pg_settings_min_dynamic_shared_memory_bytes gauge pg_settings_min_dynamic_shared_memory_bytes{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 8.388608e+07 # HELP pg_settings_multixact_member_buffers_bytes Server Parameter: multixact_member_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_member_buffers_bytes gauge pg_settings_multixact_member_buffers_bytes{server="43.205.81.195:8641"} 262144 # HELP pg_settings_multixact_offset_buffers_bytes Server Parameter: multixact_offset_buffers [Units converted to bytes.] # TYPE pg_settings_multixact_offset_buffers_bytes gauge pg_settings_multixact_offset_buffers_bytes{server="43.205.81.195:8641"} 131072 # HELP pg_settings_notify_buffers_bytes Server Parameter: notify_buffers [Units converted to bytes.] # TYPE pg_settings_notify_buffers_bytes gauge pg_settings_notify_buffers_bytes{server="43.205.81.195:8641"} 131072 # HELP pg_settings_num_os_semaphores Server Parameter: num_os_semaphores # TYPE pg_settings_num_os_semaphores gauge pg_settings_num_os_semaphores{server="43.205.81.195:8641"} 174 # HELP pg_settings_parallel_leader_participation Server Parameter: parallel_leader_participation # TYPE pg_settings_parallel_leader_participation gauge pg_settings_parallel_leader_participation{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0.1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="43.205.81.195:8641"} 5432 # HELP pg_settings_post_auth_delay_seconds Server Parameter: post_auth_delay [Units converted to seconds.] # TYPE pg_settings_post_auth_delay_seconds gauge pg_settings_post_auth_delay_seconds{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_reserved_connections Server Parameter: reserved_connections # TYPE pg_settings_reserved_connections gauge pg_settings_reserved_connections{server="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_row_security Server Parameter: row_security # TYPE pg_settings_row_security gauge pg_settings_row_security{server="43.205.81.195:8641"} 1 # HELP pg_settings_scram_iterations Server Parameter: scram_iterations # TYPE pg_settings_scram_iterations gauge pg_settings_scram_iterations{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1 # HELP pg_settings_serializable_buffers_bytes Server Parameter: serializable_buffers [Units converted to bytes.] # TYPE pg_settings_serializable_buffers_bytes gauge pg_settings_serializable_buffers_bytes{server="43.205.81.195:8641"} 262144 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="43.205.81.195:8641"} 180004 # HELP pg_settings_shared_buffers_bytes Server Parameter: shared_buffers [Units converted to bytes.] # TYPE pg_settings_shared_buffers_bytes gauge pg_settings_shared_buffers_bytes{server="43.205.81.195:8641"} 1.34217728e+08 # 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="43.205.81.195:8641"} 1.572864e+08 # 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="43.205.81.195:8641"} 75 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="43.205.81.195:8641"} 0 # HELP pg_settings_ssl_passphrase_command_supports_reload Server Parameter: ssl_passphrase_command_supports_reload # TYPE pg_settings_ssl_passphrase_command_supports_reload gauge pg_settings_ssl_passphrase_command_supports_reload{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_subtransaction_buffers_bytes Server Parameter: subtransaction_buffers [Units converted to bytes.] # TYPE pg_settings_subtransaction_buffers_bytes gauge pg_settings_subtransaction_buffers_bytes{server="43.205.81.195:8641"} 262144 # HELP pg_settings_summarize_wal Server Parameter: summarize_wal # TYPE pg_settings_summarize_wal gauge pg_settings_summarize_wal{server="43.205.81.195: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="43.205.81.195:8641"} 3 # HELP pg_settings_sync_replication_slots Server Parameter: sync_replication_slots # TYPE pg_settings_sync_replication_slots gauge pg_settings_sync_replication_slots{server="43.205.81.195:8641"} 0 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} -1 # HELP pg_settings_trace_connection_negotiation Server Parameter: trace_connection_negotiation # TYPE pg_settings_trace_connection_negotiation gauge pg_settings_trace_connection_negotiation{server="43.205.81.195:8641"} 0 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="43.205.81.195:8641"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="43.205.81.195:8641"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_track_cost_delay_timing Server Parameter: track_cost_delay_timing # TYPE pg_settings_track_cost_delay_timing gauge pg_settings_track_cost_delay_timing{server="43.205.81.195:8641"} 0 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_transaction_buffers_bytes Server Parameter: transaction_buffers [Units converted to bytes.] # TYPE pg_settings_transaction_buffers_bytes gauge pg_settings_transaction_buffers_bytes{server="43.205.81.195:8641"} 262144 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="43.205.81.195: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="43.205.81.195:8641"} 0 # HELP pg_settings_transaction_timeout_seconds Server Parameter: transaction_timeout [Units converted to seconds.] # TYPE pg_settings_transaction_timeout_seconds gauge pg_settings_transaction_timeout_seconds{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 2.097152e+06 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1.5e+08 # HELP pg_settings_vacuum_max_eager_freeze_failure_rate Server Parameter: vacuum_max_eager_freeze_failure_rate # TYPE pg_settings_vacuum_max_eager_freeze_failure_rate gauge pg_settings_vacuum_max_eager_freeze_failure_rate{server="43.205.81.195:8641"} 0.03 # HELP pg_settings_vacuum_multixact_failsafe_age Server Parameter: vacuum_multixact_failsafe_age # TYPE pg_settings_vacuum_multixact_failsafe_age gauge pg_settings_vacuum_multixact_failsafe_age{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 1.5e+08 # HELP pg_settings_vacuum_truncate Server Parameter: vacuum_truncate # TYPE pg_settings_vacuum_truncate gauge pg_settings_vacuum_truncate{server="43.205.81.195:8641"} 1 # HELP pg_settings_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="43.205.81.195: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="43.205.81.195:8641"} 4.194304e+06 # 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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 60 # HELP pg_settings_wal_recycle Server Parameter: wal_recycle # TYPE pg_settings_wal_recycle gauge pg_settings_wal_recycle{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 2.097152e+06 # HELP pg_settings_wal_summary_keep_time_seconds Server Parameter: wal_summary_keep_time [Units converted to seconds.] # TYPE pg_settings_wal_summary_keep_time_seconds gauge pg_settings_wal_summary_keep_time_seconds{server="43.205.81.195:8641"} 864000 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641"} 4.194304e+06 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="43.205.81.195: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="gpr_sweets",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="idle in transaction (aborted)",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_count{application_name="",backend_type="client backend",datname="gpr_sweets",server="43.205.81.195:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 1 pg_stat_activity_count{application_name="CWRetail",backend_type="client backend",datname="gpr_sweets",server="43.205.81.195:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 2 pg_stat_activity_count{application_name="CoreService",backend_type="client backend",datname="gpr_sweets",server="43.205.81.195:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 10 # HELP pg_stat_activity_max_tx_duration max duration in seconds any active transaction has been running # TYPE pg_stat_activity_max_tx_duration gauge pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195:8641",state="fastpath function call",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195:8641",state="idle in transaction",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="gpr_sweets",server="43.205.81.195: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="43.205.81.195:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="43.205.81.195: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="43.205.81.195:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="postgres",server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="43.205.81.195: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="43.205.81.195:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template0",server="43.205.81.195: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="43.205.81.195: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="43.205.81.195:8641",state="active",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="43.205.81.195:8641",state="disabled",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="43.205.81.195: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="43.205.81.195:8641",state="idle",usename="",wait_event="",wait_event_type=""} 0 pg_stat_activity_max_tx_duration{application_name="",backend_type="",datname="template1",server="43.205.81.195: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="43.205.81.195: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="gpr_sweets",server="43.205.81.195:8641",state="active",usename="postgres",wait_event="",wait_event_type=""} 0.003169 pg_stat_activity_max_tx_duration{application_name="CWRetail",backend_type="client backend",datname="gpr_sweets",server="43.205.81.195: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="gpr_sweets",server="43.205.81.195:8641",state="idle",usename="postgres",wait_event="ClientRead",wait_event_type="Client"} 0 # HELP pg_stat_activity_queries_duration Query duration in seconds # TYPE pg_stat_activity_queries_duration gauge pg_stat_activity_queries_duration{application_name="walreceiver",client_addr="172.31.20.69/32",datname="",pid="1368227",server="43.205.81.195:8641",state="active",usename="replica",wait_event="WalSenderMain"} 432852.07627 # 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="43.205.81.195: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="43.205.81.195: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="43.205.81.195: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 2.68345808e+08 # 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 2.155525e+06 # 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 1499 # 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.781286867e+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="30954",datname="gpr_sweets"} 36278.613726 pg_stat_database_active_time_seconds_total{datid="4",datname="template0"} 0 pg_stat_database_active_time_seconds_total{datid="5",datname="postgres"} 0.059573 # 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="30954",datname="gpr_sweets"} 0 pg_stat_database_blk_read_time{datid="4",datname="template0"} 0 pg_stat_database_blk_read_time{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blk_write_time Time spent writing data file blocks by backends in this database, in milliseconds # TYPE pg_stat_database_blk_write_time counter pg_stat_database_blk_write_time{datid="1",datname="template1"} 0 pg_stat_database_blk_write_time{datid="30954",datname="gpr_sweets"} 0 pg_stat_database_blk_write_time{datid="4",datname="template0"} 0 pg_stat_database_blk_write_time{datid="5",datname="postgres"} 0 # HELP pg_stat_database_blks_hit Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache) # TYPE pg_stat_database_blks_hit counter pg_stat_database_blks_hit{datid="1",datname="template1"} 0 pg_stat_database_blks_hit{datid="30954",datname="gpr_sweets"} 8.042640206e+09 pg_stat_database_blks_hit{datid="4",datname="template0"} 0 pg_stat_database_blks_hit{datid="5",datname="postgres"} 8.482237e+06 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 0 pg_stat_database_blks_read{datid="30954",datname="gpr_sweets"} 2.76414135e+08 pg_stat_database_blks_read{datid="4",datname="template0"} 0 pg_stat_database_blks_read{datid="5",datname="postgres"} 260096 # 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="30954",datname="gpr_sweets"} 0 pg_stat_database_conflicts{datid="4",datname="template0"} 0 pg_stat_database_conflicts{datid="5",datname="postgres"} 0 # HELP pg_stat_database_conflicts_confl_active_logicalslot Unknown metric from pg_stat_database_conflicts # TYPE pg_stat_database_conflicts_confl_active_logicalslot untyped pg_stat_database_conflicts_confl_active_logicalslot{datid="1",datname="template1",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="30954",datname="gpr_sweets",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="4",datname="template0",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_active_logicalslot{datid="5",datname="postgres",server="43.205.81.195: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="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="30954",datname="gpr_sweets",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="4",datname="template0",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="5",datname="postgres",server="43.205.81.195: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="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="30954",datname="gpr_sweets",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="4",datname="template0",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_deadlock{datid="5",datname="postgres",server="43.205.81.195: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="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="30954",datname="gpr_sweets",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="4",datname="template0",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_lock{datid="5",datname="postgres",server="43.205.81.195: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="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="30954",datname="gpr_sweets",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="4",datname="template0",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_snapshot{datid="5",datname="postgres",server="43.205.81.195: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="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="30954",datname="gpr_sweets",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="4",datname="template0",server="43.205.81.195:8641"} 0 pg_stat_database_conflicts_confl_tablespace{datid="5",datname="postgres",server="43.205.81.195: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="30954",datname="gpr_sweets"} 0 pg_stat_database_deadlocks{datid="4",datname="template0"} 0 pg_stat_database_deadlocks{datid="5",datname="postgres"} 0 # HELP pg_stat_database_numbackends Number of backends currently connected to this database. This is the only column in this view that returns a value reflecting current state; all other columns return the accumulated values since the last reset. # TYPE pg_stat_database_numbackends gauge pg_stat_database_numbackends{datid="1",datname="template1"} 0 pg_stat_database_numbackends{datid="30954",datname="gpr_sweets"} 14 pg_stat_database_numbackends{datid="4",datname="template0"} 0 pg_stat_database_numbackends{datid="5",datname="postgres"} 0 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 0 pg_stat_database_stats_reset{datid="30954",datname="gpr_sweets"} 0 pg_stat_database_stats_reset{datid="4",datname="template0"} 0 pg_stat_database_stats_reset{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_bytes Total amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_bytes counter pg_stat_database_temp_bytes{datid="1",datname="template1"} 0 pg_stat_database_temp_bytes{datid="30954",datname="gpr_sweets"} 2.45138243347e+11 pg_stat_database_temp_bytes{datid="4",datname="template0"} 0 pg_stat_database_temp_bytes{datid="5",datname="postgres"} 0 # HELP pg_stat_database_temp_files Number of temporary files created by queries in this database. All temporary files are counted, regardless of why the temporary file was created (e.g., sorting or hashing), and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_files counter pg_stat_database_temp_files{datid="1",datname="template1"} 0 pg_stat_database_temp_files{datid="30954",datname="gpr_sweets"} 24645 pg_stat_database_temp_files{datid="4",datname="template0"} 0 pg_stat_database_temp_files{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_deleted Number of rows deleted by queries in this database # TYPE pg_stat_database_tup_deleted counter pg_stat_database_tup_deleted{datid="1",datname="template1"} 0 pg_stat_database_tup_deleted{datid="30954",datname="gpr_sweets"} 270133 pg_stat_database_tup_deleted{datid="4",datname="template0"} 0 pg_stat_database_tup_deleted{datid="5",datname="postgres"} 0 # HELP pg_stat_database_tup_fetched Number of rows fetched by queries in this database # TYPE pg_stat_database_tup_fetched counter pg_stat_database_tup_fetched{datid="1",datname="template1"} 0 pg_stat_database_tup_fetched{datid="30954",datname="gpr_sweets"} 8.098553103e+09 pg_stat_database_tup_fetched{datid="4",datname="template0"} 0 pg_stat_database_tup_fetched{datid="5",datname="postgres"} 3.541414e+06 # HELP pg_stat_database_tup_inserted Number of rows inserted by queries in this database # TYPE pg_stat_database_tup_inserted counter pg_stat_database_tup_inserted{datid="1",datname="template1"} 0 pg_stat_database_tup_inserted{datid="30954",datname="gpr_sweets"} 1.607871e+06 pg_stat_database_tup_inserted{datid="4",datname="template0"} 0 pg_stat_database_tup_inserted{datid="5",datname="postgres"} 7 # 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="30954",datname="gpr_sweets"} 3.8345985128e+10 pg_stat_database_tup_returned{datid="4",datname="template0"} 0 pg_stat_database_tup_returned{datid="5",datname="postgres"} 3.3226995e+07 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 0 pg_stat_database_tup_updated{datid="30954",datname="gpr_sweets"} 1.278804e+06 pg_stat_database_tup_updated{datid="4",datname="template0"} 0 pg_stat_database_tup_updated{datid="5",datname="postgres"} 0 # HELP pg_stat_database_xact_commit Number of transactions in this database that have been committed # TYPE pg_stat_database_xact_commit counter pg_stat_database_xact_commit{datid="1",datname="template1"} 0 pg_stat_database_xact_commit{datid="30954",datname="gpr_sweets"} 1.0296284e+07 pg_stat_database_xact_commit{datid="4",datname="template0"} 0 pg_stat_database_xact_commit{datid="5",datname="postgres"} 269690 # 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="30954",datname="gpr_sweets"} 98304 pg_stat_database_xact_rollback{datid="4",datname="template0"} 0 pg_stat_database_xact_rollback{datid="5",datname="postgres"} 0 # HELP pg_stat_replication_pg_current_wal_lsn_bytes WAL position in bytes # TYPE pg_stat_replication_pg_current_wal_lsn_bytes gauge pg_stat_replication_pg_current_wal_lsn_bytes{application_name="walreceiver",client_addr="172.31.20.69",server="43.205.81.195:8641",slot_name="1368227",state="streaming"} 2.2977237816e+10 # HELP pg_stat_replication_pg_wal_lsn_diff Lag in bytes between master and slave # TYPE pg_stat_replication_pg_wal_lsn_diff gauge pg_stat_replication_pg_wal_lsn_diff{application_name="walreceiver",client_addr="172.31.20.69",server="43.205.81.195:8641",slot_name="1368227",state="streaming"} 0 # HELP pg_stat_replication_reply_time Unknown metric from pg_stat_replication # TYPE pg_stat_replication_reply_time untyped pg_stat_replication_reply_time{application_name="walreceiver",client_addr="172.31.20.69",server="43.205.81.195:8641",slot_name="1368227",state="streaming"} 1.783321436e+09 # 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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_analyze_count{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 473 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 46 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_file",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 16 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_role",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 371 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 12 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 22 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 1008 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 275 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 24 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 10 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 286 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 6 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 31 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 23 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 13 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 5 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 44 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_stock",schemaname="public"} 311 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 18 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 58 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 7 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 11 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 20 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 14 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_order",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 3 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 15 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 17 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_order",schemaname="public"} 99 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 141 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 423 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 4839 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 282 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 16 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 38 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 69 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order",schemaname="public"} 45 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 9 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 8 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 51 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 1 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 2 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autoanalyze_count{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 419 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 5 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_stock",schemaname="public"} 8 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 15 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_order",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 141 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 283 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 4840 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 282 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 2 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 4 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 16 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order",schemaname="public"} 6 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 3 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 11 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 1 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_autovacuum_count{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 193014 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="brand",schemaname="public"} 1413 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 3 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 5521 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 4012 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 16 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 7891 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 2.140709e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 12 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_country",schemaname="public"} 1355 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 47 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 752 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 76 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 3597 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 1514 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_module",schemaname="public"} 6877 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process",schemaname="public"} 26113 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 249 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 111471 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 989 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_region",schemaname="public"} 3201 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_report",schemaname="public"} 18193 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 9287 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 8242 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 41642 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 352 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 2015 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 2023 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 2006 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 65310 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user",schemaname="public"} 77472 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 741 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window",schemaname="public"} 83776 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 13169 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 20159 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 597 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 126 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 1650 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 6986 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 825 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 217342 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 7 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 825 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 51 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 2949 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 95448 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 8530 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 112206 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 3055 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 137 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 86040 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 2827 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 3366 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 4906 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 1372 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 22 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 69 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 3346 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 190 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 322987 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 219883 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 795357 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 282346 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 17072 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="hsncode",schemaname="public"} 97067 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_batch",schemaname="public"} 24371 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 40641 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 27360 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 2496 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 642 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 6311 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 57 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 98 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 57 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 19 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product",schemaname="public"} 4.5778513e+07 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 3030 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 4.503472e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 628 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 41282 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 156780 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 93346 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_stock",schemaname="public"} 1.442453e+07 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 5 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 51 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 2199 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 885575 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 25578 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 65229 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 29728 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 21200 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 9271 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 11668 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 25468 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 700875 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 36160 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 2066 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_order",schemaname="public"} 40492 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 41962 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 5309 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 2294 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 42375 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_order",schemaname="public"} 110953 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 37 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 10 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 2 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 1 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer",schemaname="public"} 3.102931e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 2.14737e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 45475 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.789895e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 506408 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 4.778807e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 751542 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order",schemaname="public"} 2.220436e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 149 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 2.9807769e+07 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 9.305094e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 52322 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 1.825364e+06 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 84 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_scan{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 187248 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="brand",schemaname="public"} 1413 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 3 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 5521 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 4012 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 235810 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 7891 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 2.141054e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_country",schemaname="public"} 1355 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 47 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 752 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 76 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 24 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 1514 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_module",schemaname="public"} 6877 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process",schemaname="public"} 26113 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 3201 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 111471 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 989 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_region",schemaname="public"} 3201 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_report",schemaname="public"} 13656 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 12653 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 8242 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 41354 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 9 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 2023 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 2006 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 65310 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user",schemaname="public"} 77717 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 739 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window",schemaname="public"} 81334 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 53428 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 20159 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 126 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 1650 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 6986 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 825 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 2.9370442e+07 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 825 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 51 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 2949 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 95448 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 8530 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 112206 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 3055 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 137 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 23889 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 2110 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 3495 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 686 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 22 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 69 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 3346 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 190 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 322972 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 219838 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 707268 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 281837 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 17066 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="hsncode",schemaname="public"} 97067 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 38521 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 27294 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 2496 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 642 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 456924 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 19 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product",schemaname="public"} 4.5783247e+07 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 4.366959e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 628 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 41282 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 156518 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 182302 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_stock",schemaname="public"} 1.512612e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 51 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 2196 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 3.11147791e+08 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 261982 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 219644 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 29728 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 594783 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 9271 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 94497 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 25468 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 1.3633833e+07 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 36160 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 18 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 2066 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_order",schemaname="public"} 40492 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 41962 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 5307 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 2294 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 42375 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_order",schemaname="public"} 110953 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 36 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer",schemaname="public"} 3.095719e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 2.147055e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 45475 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.636159e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 3.822953e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 1.2269391e+07 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 1.974309e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order",schemaname="public"} 3.191626e+08 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 133 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 5.055974e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 1.2566855e+07 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 52322 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 2.42002e+06 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 84 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_idx_tup_fetch{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="api_key",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="brand",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_department",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="chr_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 65536 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 3.1260672e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1.18784e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_city",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_file",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 499712 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_language",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_module",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 483328 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 1.51552e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 6.02112e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 139264 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 188416 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_region",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_report",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 278528 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 98304 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_role",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 139264 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 196608 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 188416 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_views",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 352256 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 483328 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 1.261568e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 65536 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 2.514944e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 2.154496e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 991232 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 237568 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 147456 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 598016 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 270336 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="email_source",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_account",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 344064 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 6.463488e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1.3991936e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 7.643136e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 6.381568e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 2.596864e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 131072 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="hsncode",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_addon",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_batch",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 3.2768e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 712704 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 40960 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product",schemaname="public"} 270336 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 147456 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 24576 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 5.783552e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 1.8046976e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_stock",schemaname="public"} 434176 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 2.0627456e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 122880 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 2.359296e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 2.12992e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 802816 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 81920 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 2.220032e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 2.2528e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 155648 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_order",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 106496 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 188416 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 565248 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 401408 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 401408 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 1.564672e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_order",schemaname="public"} 450560 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 114688 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 49152 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 212992 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer",schemaname="public"} 180224 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 122880 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.949696e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 8.404992e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 1.6826368e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 2.6902528e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 6.71744e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order",schemaname="public"} 1.3049856e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 2.1774336e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 2.0914176e+07 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 73728 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 57344 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 7.74144e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 4.13696e+06 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 172032 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 32768 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_technician",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_device",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 16384 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 8192 pg_stat_user_tables_index_size_bytes{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_analyze{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 1.783321087e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 1.782894866e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.783231117e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1.783308603e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 1.78297499e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_file",schemaname="public"} 1.783224272e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 1.783263766e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 1.782300375e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 1.78313928e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 1.783177454e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 1.783317427e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 1.783001941e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 1.782370742e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_role",schemaname="public"} 1.782370742e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 1.783319587e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 1.783009324e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 1.783307042e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 1.782370742e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 1.783008364e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 1.783174213e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 1.783145762e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 1.783244139e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 1.783000621e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 1.783320667e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 1.782980993e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 1.783135619e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 1.783095414e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 1.783319527e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 1.78297445e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 1.783311064e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 1.782469182e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 1.783096075e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.782836588e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 1.782836648e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 1.783009384e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 1.783262386e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 1.783317906e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 1.782820503e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 1.783056327e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.783232975e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1.783321268e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1.783177995e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 1.783254403e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 1.78299816e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 1.783170072e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 1.782891745e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 1.783211428e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 1.783234595e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 1.783234535e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 1.782564681e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 1.782447154e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 1.781513882e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 1.783315986e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 1.783176195e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_stock",schemaname="public"} 1.783318687e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 1.783320667e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 1.783247801e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 1.783249301e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 1.783225592e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 1.783312444e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 1.783178595e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 1.783091451e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 1.783312564e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 1.783230334e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 1.783091451e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 1.783178595e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 1.781513822e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 1.782365337e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 1.782278891e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_order",schemaname="public"} 1.783321207e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 1.783057287e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 1.783320667e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 1.783321207e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 1.78327265e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_order",schemaname="public"} 1.783312204e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 1.783312204e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 1.783317006e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 1.783321027e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 1.783315805e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1.782796254e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 1.782796254e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.783176494e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 1.783241079e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 1.783174394e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 1.783087968e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 1.783166891e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 1.783318927e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order",schemaname="public"} 1.783262207e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 1.783071997e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 1.78316167e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 1.78281276e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 1.783233995e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 1.783258365e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 1.783261726e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 1.783265867e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 1.783265927e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 1.783265927e+09 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autoanalyze{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 1.783176074e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.783091813e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1.782905428e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 1.782574166e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 1.782796974e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 1.782567503e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 1.782300315e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 1.782552075e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 1.782473684e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 1.783142461e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 1.783258304e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 1.783319527e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 1.783258004e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 1.782358371e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 1.78272855e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 1.783009384e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.782714925e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1.783175234e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1.782893666e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 1.782715285e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 1.783254523e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 1.782555977e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 1.782937835e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 1.783251222e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 1.782447154e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 1.781513882e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 1.782570684e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 1.782818042e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_stock",schemaname="public"} 1.783312444e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 1.783320667e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 1.782905188e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 1.782550455e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 1.783266287e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 1.78324642e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 1.783224272e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 1.782744815e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 1.781513882e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 1.782386891e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 1.783321207e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 1.782989756e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_order",schemaname="public"} 1.782719486e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 1.783312204e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 1.783319407e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 1.783321267e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 1.783315805e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1.782796254e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.78263679e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 1.782972109e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 1.782818282e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 1.78324648e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 1.782807838e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 1.78316497e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order",schemaname="public"} 1.783091872e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 1.78299852e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 1.782895047e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 1.782967847e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 1.783152065e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 1.783265867e+09 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_autovacuum{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_last_vacuum{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 25 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1200 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 5 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 116 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 1503 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_report",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 84 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_role",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 10 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user",schemaname="public"} 3 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 25 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 96 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 229 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 80 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 42 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 35 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 25 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 9 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 7 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 67 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 60 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 34 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 22 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 141 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1807 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 3903 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 5994 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 814 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="hsncode",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 17 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 2 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 1276 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_stock",schemaname="public"} 120 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 35 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 246 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 33 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 1793 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 11 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 110 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 40 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 178 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 21 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 1858 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 16 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 11 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_order",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 101 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_order",schemaname="public"} 330 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 13 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 23 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 38 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer",schemaname="public"} 8 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 14 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 231 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 4826 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 15 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 10904 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order",schemaname="public"} 3915 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 1582 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 1230 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 249 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 5717 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 12 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 28 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 32 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 1 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_dead_tup{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 67 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 23 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 418 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 429832 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 13883 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 42 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_file",schemaname="public"} 466 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 7667 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 1667 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 20169 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 173 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 40541 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 2229 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_report",schemaname="public"} 36 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 728 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 36 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_role",schemaname="public"} 10 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 98 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 144 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 2227 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 8 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 20 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 1589 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 307 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 7303 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 2862 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 756 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 32823 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 26370 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 115 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 321 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 69 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 14719 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 3248 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 383 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 1792 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 8280 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 3503 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 76 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 1246 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 82 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 25 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 118 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 425 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 4721 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 31347 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 31347 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 31357 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 31271 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 31345 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 1089 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 48658 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 193 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 149 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 1943 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 5435 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product",schemaname="public"} 12 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 37 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 31258 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 81991 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_stock",schemaname="public"} 1995 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 109 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 147742 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 796 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 9751 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 390 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 9135 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 9500 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 797 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 9745 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 390 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 9510 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 50 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 18 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 44 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 43 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_order",schemaname="public"} 44 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 1315 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 2630 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 86 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 24197 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_order",schemaname="public"} 6600 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 1 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1304 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 1315 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 2 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 23297 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 31253 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 81979 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 29898 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 163946 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 63417 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order",schemaname="public"} 31605 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 128486 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 83976 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 690 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 493 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 98321 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 39392 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 52 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 9 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 24 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 6 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 3 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_live_tup{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 60 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 9409 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 141 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 14 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_file",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 26 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 939 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 159 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 89 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_report",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_role",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 37 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 144 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 82 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 8 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 7 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 238 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 322 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 123 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 2800 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 3 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 54 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 2624 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 47 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 61 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 31 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 1081 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 54 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 65 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 114 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 729 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 333 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 23 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 57 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 50 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 30 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 58 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 137 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1878 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 1058 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 2753 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 2212 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="hsncode",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 140 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 1920 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 62 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 53 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 222 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 349 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 5 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 437 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 2888 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_stock",schemaname="public"} 192 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 35 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 4967 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 33 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 638 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 71 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 827 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 499 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 16 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 577 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 84 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 827 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 39 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 45 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 136 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 70 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 9 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 551 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_order",schemaname="public"} 237 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 32 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 46 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 56 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 38 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 19 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 2 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1536 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 2979 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 3002 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 791 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 6868 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 760 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order",schemaname="public"} 1562 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 6 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 24 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 11205 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 4477 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 105 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 18 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 1028 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 1966 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 77 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 17 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 20 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 12 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 4 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_mod_since_analyze{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 112 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 8 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 60 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 144 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 55 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 28 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 17751 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 9 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 106 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_stock",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 75 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 16 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 2422 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 7344 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 51 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 18 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 135487 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 6 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 34 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 58260 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 5 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 1 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 2 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 4 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 28 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 120 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_del{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 27234 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 22 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 224 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 5580 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 34 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 9 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 7 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 36 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 21961 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_report",schemaname="public"} 13 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 290 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 13 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_role",schemaname="public"} 1525 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 21269 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user",schemaname="public"} 14 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 739 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 706 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 120 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 3441 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 2902 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 17442 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 531 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 604 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 15842 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 118 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 5850 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 650 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 95 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 160 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 588 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 17065 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 19 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 205 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 30692 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 16508 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 15829 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="hsncode",schemaname="public"} 9 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 3095 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 36 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 32 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 4 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product",schemaname="public"} 24 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 2 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 77836 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_stock",schemaname="public"} 78821 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 533 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 72100 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 1494 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 776 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 5221 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 9749 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 708 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 4438 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 681 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 4754 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 938 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 58 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_order",schemaname="public"} 1909 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 18910 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_order",schemaname="public"} 52746 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 7348 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 271104 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer",schemaname="public"} 443 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 25 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 13634 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 46103 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 8 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order",schemaname="public"} 57287 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 18 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 14715 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 2379 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 40 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 6454 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 13 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 80 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 12 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 1 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_hot_upd{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 23 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 23 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 176 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 203409 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 13541 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 38 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_file",schemaname="public"} 250 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 3573 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 440 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 10639 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 66 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 21361 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 741 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_report",schemaname="public"} 36 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 126 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 36 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_role",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 5 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 208 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 144 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 741 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 175 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 124 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 3546 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 53 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 17751 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 17751 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 14610 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 48 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 127 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 6390 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 1476 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 140 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 717 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 3366 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 1411 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 16 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 686 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 25 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 84 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 225 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 2491 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 17060 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 17060 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 17116 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 17066 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 17066 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 601 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 36160 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 61 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 34 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 656 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 3037 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product",schemaname="public"} 12 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 4 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 17050 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 46026 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_stock",schemaname="public"} 116 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 81373 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 435 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 5456 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 232 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 5229 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 5229 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 433 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 5454 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 232 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 5229 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 23 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 35 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 36 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_order",schemaname="public"} 18 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 619 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 1238 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 2458 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 9 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 11736 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_order",schemaname="public"} 3028 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 7344 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer",schemaname="public"} 423 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 438 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 2 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 12896 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 17057 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 46040 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 6242 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 92073 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 170111 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order",schemaname="public"} 17202 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 24 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 67553 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 46923 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 460 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 341 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 53856 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 79280 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 57 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 13 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 1 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 6 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 8 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 36 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 122 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 3 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_ins{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 27283 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 23 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 240 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 7891 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 38 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 20 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 37 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 24357 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_report",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 296 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 14 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_role",schemaname="public"} 1527 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 21279 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user",schemaname="public"} 15 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 739 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 732 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 126 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 14816 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 3049 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 17751 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 545 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 628 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 15849 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 137 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 5877 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 709 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 129 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 198 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 686 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 17068 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 25 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 225 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 51198 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 17063 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 34134 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 17066 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="hsncode",schemaname="public"} 9 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 3158 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 44 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 33 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 4 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 17290 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product",schemaname="public"} 33 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 1366 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 2 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 80168 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_stock",schemaname="public"} 81262 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 620 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 72321 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 1524 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 5050 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 5231 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 10228 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 748 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 5050 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 696 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 10228 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 1032 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 60 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_order",schemaname="public"} 1911 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 19210 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_order",schemaname="public"} 53184 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 7348 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 7344 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 271104 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 14692 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer",schemaname="public"} 479 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 27 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 14067 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 68646 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 9 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order",schemaname="public"} 83559 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 18 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 6 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 21538 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 7081 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 255 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 6970 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 15 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 83 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 12 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 1 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_n_tup_upd{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="api_key",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 1.300454e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 30027 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 13643 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 46667 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="brand",schemaname="public"} 977088 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="c_region",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_department",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_division",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_period",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_section",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_team",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="chr_year",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_account",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_task",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 107503 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 5758 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 1224 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 1046 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 31487 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 7411 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 3818 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 6258 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 3.812716e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 116996 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 122 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_city",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_client",schemaname="public"} 3.499033e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 248 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_country",schemaname="public"} 817396 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 900 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 2.217509e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 847 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 14128 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_division",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 1.729857e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 945 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 780 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_file",schemaname="public"} 46141 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 407 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 117675 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 358 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 218236 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 3644 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_language",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 741 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 1006 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_module",schemaname="public"} 17345 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 356 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 122 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 796441 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 413 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process",schemaname="public"} 71 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 7379 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 400 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 22475 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 1879 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_region",schemaname="public"} 859142 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_report",schemaname="public"} 131 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 217 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 870 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_role",schemaname="public"} 21831 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 371 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 38287 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 1462 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_task",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 975287 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 67005 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 35 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 17098 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 1.231016e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user",schemaname="public"} 3.857738e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 21601 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 24229 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 111 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 434 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_views",schemaname="public"} 1828 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 17766 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 1539 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 524529 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 130 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 871 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 723 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 1023 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 45908 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 29225 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 2812 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 2846 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 1278 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 48690 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 1546 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 14078 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 17126 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 46912 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 62962 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 55574 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 278756 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 25212 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 1553 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 50 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 113390 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 103746 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 847 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 14808 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 204 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 46490 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 68676 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 1575 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 42277 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 53263 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 725 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 691662 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 2822 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 7976 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 4968 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 5435 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 70 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 3.737449e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 847 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 6714 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 40 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 184 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 1060 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 3233 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 1562 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 532 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 708 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 88870 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 847 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cww_task",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_media",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_players",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="email_source",schemaname="public"} 69 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_account",schemaname="public"} 116 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 779 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 49 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 71842 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 124 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 70267 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 45356 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 48 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 894 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 256 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 82 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 1.188295e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_period",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 16522 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 132 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 163 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 34170 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="hsncode",schemaname="public"} 54349 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 858 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 1675 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 923 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 923 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="line_tab",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_addon",schemaname="public"} 101 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 123902 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_batch",schemaname="public"} 109910 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 19487 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 587 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 256 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 2663 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 2780 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 508 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 1141 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_movement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 79 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 13154 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product",schemaname="public"} 297818 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 147551 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 295612 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 2.8778947e+07 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 53341 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 64 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 3854 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 49124 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 4030 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 28448 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 8458 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 14712 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 33 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 31 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 17299 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 90 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 68 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 72556 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_stock",schemaname="public"} 208515 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 75 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 63 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 2.94462e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 323 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 27124 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 45 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 300 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 4130 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 2009 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 11884 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 507 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 6983 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 984 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_tray",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 36321 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 7145 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 15355 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 7143 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 15016 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 3.533733e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 3982 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 393 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 2284 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="orders",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ox_order",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_agent",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_contract",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 1352 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 14712 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_order",schemaname="public"} 33397 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 70033 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 1879 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 1260 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 11551 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 21578 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 60 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 61 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 53 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 626 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_project",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="plm_task",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_application",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_module",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_project",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 202 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 94 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 3050 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 112715 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_order",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_process",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 75362 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 14721 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 14684 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 14720 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 14724 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 542230 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 151073 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1368 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 398409 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 12330 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 92 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 47 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 24 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 3469 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 51875 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 17239 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 62 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 666 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 92117 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 42 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order",schemaname="public"} 198599 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 39 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 83 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 89 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 139822 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 94248 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 45293 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 54995 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 57666 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 37 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 28 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 1.218779e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 27 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 1787 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 38 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 1185 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 251 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 26 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 30 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 108 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 86 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 54 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 1.134258e+06 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 46 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_target",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_technician",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 59 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_categories",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_forms",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_list",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_media",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_menu",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_pages",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_posts",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_settings",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="site_tags",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_device",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 56 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="test_table",schemaname="public"} 32 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_level",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_operations",schemaname="public"} 25 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_rack",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 29 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_task",schemaname="public"} 23 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 58 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 22 pg_stat_user_tables_seq_scan{datname="gpr_sweets",relname="webinar_settings",schemaname="public"} 22 # 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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 6.9747859e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 1.575831e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 1.5668797e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="brand",schemaname="public"} 977088 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 33786 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 1.1187743e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 5962 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 11516 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 33048 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 627600 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 7.310917e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 62409 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 5.2927285e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 57108 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 181482 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 5.6989127e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 2.246636e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 488 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_client",schemaname="public"} 5.726549e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 496 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_country",schemaname="public"} 4.714726e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 8100 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 1.9956565e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 4.8083122e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 26460 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 6784 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_file",schemaname="public"} 1.5592218e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 28083 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 2.354855e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 1720 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 2.100376e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 553139 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 7259 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 40 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 1006 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 2090 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 2485 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 22144 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_module",schemaname="public"} 620887 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 70488 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 488 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 796441 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 242 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 44 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 826 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process",schemaname="public"} 12111 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 33758 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 327634 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 13452 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 668209 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 8514 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 528 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 81133 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 4400 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 1.89689e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 3.216642e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_region",schemaname="public"} 3.844395e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 6952 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 14850 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_report",schemaname="public"} 45084 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 157004 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 8912 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_role",schemaname="public"} 192446 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 14603 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 1.388038e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 25424 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 2.306911e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 4.645234e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 260196 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 1.8051664e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user",schemaname="public"} 2.25629671e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 1.393941e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 41521 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 1.628149e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 419 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 808 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window",schemaname="public"} 20130 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 59409 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 870867 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 17820 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 1442 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 5504 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 871 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 723 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 1023 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 721 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 128599 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 83062 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 8436 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 2846 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 28156 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 1.952512e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 1.949004e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 75636 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 6212 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 3.23770195e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 7.8431976e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 3.51239481e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 174420 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 53436 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 429773 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 3150 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 929996 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 721 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 2.290636e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 639766 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 454495 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 1.407044e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 2.53890456e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 7.7383608e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 56519 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 6996 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 76843 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 4.618031e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 147987 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 4.367245e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 33737 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 639120 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 3876 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 4.80628e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 1.587176e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 1.211911e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 3520 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 275883 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 888423 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 1.0108775e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1.074834e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 3.81383815e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 2.686639e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 3.807353e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 7.79696226e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 69718 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="hsncode",schemaname="public"} 1.40961e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 677091 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 28888 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 22 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 923 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 923 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_addon",schemaname="public"} 1313 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 1.0968456e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 702179 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 42339 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 320727 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 5984 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 344019 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 826770 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 22 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 84467 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 180 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 38109 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product",schemaname="public"} 2.75101142e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 3.9936292e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 5.168035333e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 2.269891e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 735077 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 113565 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 97361 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 8160 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 3.93175931e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 5.980948e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_stock",schemaname="public"} 4.04412863e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 5.4938142e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 24442 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 1.209887738e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 152046 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 3.1175739e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 534572 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 8.1157398e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 153723 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 289723 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 156053 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 1.866962e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 6.68034e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 1.1818337e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 51238 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 553568 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 3.946111e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 7.3922119e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 124888 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 11991 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 132 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 36538 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_order",schemaname="public"} 1.139853e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 6.6487201e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 3.776615e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 87542 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 23060 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 1.279366e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 377764 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 248389 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 3130 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 149684 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 2.050513237e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_order",schemaname="public"} 204517 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 29441 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 15811 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 29438 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 29448 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 542230 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 302135 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer",schemaname="public"} 1.396899e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 3.52154989e+08 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 47570 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 61180 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 25 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 6.0182607e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 1.168838207e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 3.843762e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 1.7941619e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 2.637707e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 4.262347719e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order",schemaname="public"} 4.521865291e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 112 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 35 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 140 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 259 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 2.347048e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 1.742774e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 139822 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 4.4808568e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 1.5141567e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 3.928682956e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 1.671398992e+09 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 7.093361e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 2.73221e+06 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 8106 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 3027 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 2663 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 254 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 2244 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 474 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 2.7698762e+07 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 44 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_seq_tup_read{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="api_key",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 212992 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="brand",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="c_region",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_department",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_team",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 458752 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 311296 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.256931328e+09 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1.2509184e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_client",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_country",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_file",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 131072 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 2.0324352e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 450560 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 573440 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 614400 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 5.226496e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 253952 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 1.5147008e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 663552 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 638976 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 540672 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_region",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 622592 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 811008 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_report",schemaname="public"} 262144 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 319488 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 1.466368e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_role",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 1.212416e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 5.668864e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 2.351104e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_views",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 532480 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 3.2989184e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 1.040384e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 32768 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 4.005888e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 2.596864e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 360448 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 9.5870976e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 114688 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 1.4327808e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 147456 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 188416 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 4.726784e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 1.073152e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 835584 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 2.392064e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 1.081344e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 4.87424e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cww_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_players",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="email_source",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 163840 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 344064 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 1.654784e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_period",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1.9431424e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1.1845632e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 1.2804096e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 1.0616832e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 1.4557184e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 417792 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="hsncode",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 638976 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="line_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_addon",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_batch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 2.8008448e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 417792 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 90112 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 811008 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 7.61856e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product",schemaname="public"} 950272 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 180224 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 532480 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 1.7596416e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 3.6511744e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_stock",schemaname="public"} 892928 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 7.9863808e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 466944 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 5.554176e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 221184 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 5.644288e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 3.162112e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 409600 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 5.128192e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 237568 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 5.021696e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 802816 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 73728 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 172032 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 98304 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 253952 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 950272 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="orders",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ox_order",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_agent",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_contract",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_order",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 704512 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 942080 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 81920 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 327680 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 4.415488e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 3.252224e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 1.662976e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="plm_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_application",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_project",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 9.469952e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_order",schemaname="public"} 2.654208e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_process",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 40960 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer",schemaname="public"} 794624 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 671744 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 294912 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.30031616e+08 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 2.5731072e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 4.882432e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 9.322496e+06 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 5.5648256e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 2.0865024e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order",schemaname="public"} 3.121152e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 49152 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 4.6514176e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 4.64896e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 253952 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 196608 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 3.2137216e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 1.1870208e+07 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 499712 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 106496 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 57344 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 65536 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_target",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_categories",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_forms",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_list",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_media",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_menu",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_pages",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_posts",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_settings",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="site_tags",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 16384 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="test_table",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_level",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_operations",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_rack",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_task",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 8192 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_table_size_bytes{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_report",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_stat_user_tables_vacuum_count{datname="gpr_sweets",relname="webinar_settings",schemaname="public"} 0 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="43.205.81.195:8641",short_version="18.4.0",version="PostgreSQL 18.4 (Debian 18.4-1.pgdg13+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 5.383989e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 47852 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 662426 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="brand",schemaname="public"} 976589 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 629649 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 2802 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 4999 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 2730 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 15626 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.372003e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 41508 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 2.06689e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 5208 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 2977 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 1.6614854e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 210462 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_client",schemaname="public"} 5.060003e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 55 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_country",schemaname="public"} 808574 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 420 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 2.592495e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 2.114846e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 494 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 88 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_file",schemaname="public"} 803236 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 3989 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 224480 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 14 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 107970 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 213023 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 524 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 911 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 1433 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 2560 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_module",schemaname="public"} 24933 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 476 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 776501 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 222 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process",schemaname="public"} 32198 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 4492 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 53101 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 697 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 361934 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 331 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 6943 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 42 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 1.078878e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 86897 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_region",schemaname="public"} 1.747565e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_report",schemaname="public"} 14590 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 20250 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 7918 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_role",schemaname="public"} 28677 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 565 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 165145 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 961 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 58780 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 1.472286e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 64977 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 3.021053e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user",schemaname="public"} 1.2066574e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 59953 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 3945 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 58968 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 2338 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 24 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window",schemaname="public"} 83955 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 37441 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 16533 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 17221 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 229 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 1480 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 385 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 229 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 532 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 229 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 33602 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 31446 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 1985 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 927 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 15256 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 154529 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 278590 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 24655 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 1046 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 3.4640734e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 3.741056e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 1.6304e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 31250 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 341049 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 113910 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 1044 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 171071 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 229 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 855231 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 13055 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 24569 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 257769 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 2.2944743e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 2.821146e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 70102 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 1104 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 2956 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 250873 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 17042 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 157875 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 2663 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 18130 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 78 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 349289 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 66261 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 218929 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 602 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 21516 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 20296 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 1.363047e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1.508598e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1.312457e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 1.26602e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 508739 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 2.5012002e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="hsncode",schemaname="public"} 141841 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 32821 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 1290 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 368 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 368 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_addon",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 401248 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 223834 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 117596 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 40792 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 19806 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 41419 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 682841 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 8949 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product",schemaname="public"} 7.8731368e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 2.555308e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 2.71829094e+08 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 7.057877e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 49292 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 27427 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 8006 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 36242 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 3.510291e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 878222 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_stock",schemaname="public"} 2.1940271e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 3.093031e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 7784 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 1.61539776e+08 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 72754 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 2.027085e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 92771 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 5.523127e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 42186 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 29527 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 111152 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 153454 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 1.2778088e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 509198 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 55983 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 155787 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 3.719615e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 25288 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 1222 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 1657 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_order",schemaname="public"} 187344 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 4.66585e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 165236 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 24303 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 12361 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 729016 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 17383 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 4829 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 600 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 9.5965977e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_order",schemaname="public"} 417560 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 33404 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 51070 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 10412 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 25532 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 1.121981e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 215594 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer",schemaname="public"} 3.517146e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 2.3356471e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 47002 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 1600 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 2.980531e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 8.9242686e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 6.561655e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 60901 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 1.541401e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 1.51517699e+08 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order",schemaname="public"} 8.0201858e+08 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 265 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 42 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 164 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 115 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 3.239725e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 6.982068e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 133621 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 1.544521e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 457861 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 1.1960898e+08 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 4.4191461e+07 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 1.410452e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 3.751648e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 205 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 3481 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 452 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 64 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 671 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 859 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 1.311077e+06 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 3964 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 36385 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 225860 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="brand",schemaname="public"} 1912 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 1172 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 89667 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 3423 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 759 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 4614 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 7214 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.608421e+06 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 3528 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1.922726e+06 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 1726 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 3281 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 406 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 24804 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 98 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_client",schemaname="public"} 139 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 193 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_country",schemaname="public"} 11479 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 480 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 1263 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 385 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 1396 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 702 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_file",schemaname="public"} 297105 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 980 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 10870 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 18075 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 5219 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 3120 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 95 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 44 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 487 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 1536 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_module",schemaname="public"} 89 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 2016 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 98 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 19940 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 191 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process",schemaname="public"} 19407 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 1771 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 16217 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 1324 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 90723 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 2066 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 38 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 436 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 758 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 539322 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 5746 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_region",schemaname="public"} 14501 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 1584 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 792 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_report",schemaname="public"} 1368 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 2955 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 1366 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_role",schemaname="public"} 574 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 224 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 21869 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 3191 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 36554 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 388 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 4046 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 966 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user",schemaname="public"} 375 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 4880 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 7221 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 5401 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 670 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 410 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window",schemaname="public"} 2084 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 4032 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 11160 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 3642 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 492 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 796 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 486 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 494 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 491 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 492 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 17107 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 1044 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 827 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 1920 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 472 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 39899 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 3557 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 557 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 507 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 788712 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 116085 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 2.148e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 16098 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 23573 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 59156 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 531 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 993 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 492 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 376 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 10882 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 36918 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 69138 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 869 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 219969 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 5506 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 840 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 2330 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 22492 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 6466 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 14995 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 636 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 89169 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 76 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 35464 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 20998 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 87195 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 222 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 17219 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 35732 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 2404 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 165214 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 1.651632e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 177893 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 126840 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 1.7076583e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 1012 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="hsncode",schemaname="public"} 9629 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 32781 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 761 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 555 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 555 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_addon",schemaname="public"} 65 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 12656 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 77491 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 3785 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 8374 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 396 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 581 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 7321 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 18019 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 39 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 4906 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product",schemaname="public"} 678297 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 81251 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 363013 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 109262 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 464 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 1096 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 466 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 6000 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 2.4011459e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 287837 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_stock",schemaname="public"} 530012 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 1049 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 358 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 2.2996138e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 28819 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 303419 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 16335 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 374726 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 8801 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 18315 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 26535 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 18041 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 319727 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 10536 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 2046 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 4792 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 18775 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 1149 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 196 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 151 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 630 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_order",schemaname="public"} 2069 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 64547 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 3386 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 243 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 507 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 32265 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 21527 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 16008 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 4554 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 2.064999e+06 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_order",schemaname="public"} 44291 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 4918 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 6792 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 4314 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 3894 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 15686 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 12190 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer",schemaname="public"} 51831 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 757089 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 11649 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 1344 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.145849e+06 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 2.9957676e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 823520 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 644402 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 231063 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 1.843608e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order",schemaname="public"} 1.0101281e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 20 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 15 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 1.019684e+06 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 514198 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 6201 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 197562 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 179384 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 3.6716429e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 1.6799788e+07 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 515 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 113365 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 282 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 340 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 42 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 43 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 3858 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 22 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 530145 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 637 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 19613 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="brand",schemaname="public"} 11622 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 165 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 13788 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 8561 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 140 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 7122 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 826589 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 1962 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 35547 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 1531 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 2.356825e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 20648 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_city",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_client",schemaname="public"} 68879 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_country",schemaname="public"} 21619 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 274 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 16973 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 5733 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 5418 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_division",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 33804 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_file",schemaname="public"} 19643 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 75 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 3022 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 8158 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 2129 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 284 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 276 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 1406 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_module",schemaname="public"} 6896 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 14098 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process",schemaname="public"} 25097 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 2787 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 11037 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 445865 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 816 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 11606 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 147 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_region",schemaname="public"} 33790 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_report",schemaname="public"} 36129 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 19320 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 15987 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 854 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_role",schemaname="public"} 560 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 72926 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 1097 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 3101 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 48673 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 11459 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 1699 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 106259 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user",schemaname="public"} 278816 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 1032 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 126 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 697 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 3542 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_views",schemaname="public"} 818 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 1909 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window",schemaname="public"} 165682 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 27055 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 36949 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 546 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 115869 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 134 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 1012 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 372 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 137 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 1058 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 32786 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 355 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 687 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 181 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 282 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 186 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 1532 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 1532 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 1579 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 804 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 33766 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 941 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 9394 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 425 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 32375 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 629 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 1531 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 35509 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 387 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 33880 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 1499 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 932 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 230 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 996 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 51828 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 924 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 364 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 66364 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 34428 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 387 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 5206 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 23403 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 8870 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 1522 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 859486 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 1749 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 381 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 5351 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 15940 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 4682 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 2957 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 623 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 2926 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 377 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 382 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 43357 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 100127 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 100129 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 1878 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 43352 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 231 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 186 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 183873 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 428 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 6155 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 212504 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 174783 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 387 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 7222 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 151944 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 99 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 256 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 250 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 6792 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 10898 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 11595 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 161 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 3107 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 75336 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 387 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 387 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cww_task",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="email_source",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_account",schemaname="public"} 10342 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 331 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 1862 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 24623 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 19369 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 6808 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 3077 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 1080 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 1061 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 28745 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_period",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 1.262483e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 977066 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 2.658605e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 888597 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 60393 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="hsncode",schemaname="public"} 145273 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 614 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 264 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_addon",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 11052 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 48667 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 34079 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_batch",schemaname="public"} 430300 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 31498 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 15842 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 78964 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 150 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 35269 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 34060 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 80641 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 27799 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 275 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 275 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 2540 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 2304 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 91924 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 34785 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 231 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 368 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 194 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 1988 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 251 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 194 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 21485 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product",schemaname="public"} 9.1909326e+07 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 12889 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 48658 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 136194 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 8.466783e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 3542 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 9488 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 35270 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 1168 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 5288 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 81541 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 597 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 495509 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 557448 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 112784 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_stock",schemaname="public"} 2.8837028e+07 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 275 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 58855 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 4160 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 1056 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 3.520581e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 48971 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 347127 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 59025 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 74587 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 6901 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 18195 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 47873 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 49559 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 2.337144e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 70050 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 13219 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 1127 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 13218 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 1169 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 25517 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 147 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 293 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ox_order",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_agent",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_contract",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 6138 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 5411 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_order",schemaname="public"} 40036 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 82079 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 2207 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 4729 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 426 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 598 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 114 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 46 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 10920 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 4802 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 777 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 72945 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 125179 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_order",schemaname="public"} 219716 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_process",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 53734 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 233 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 1834 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 96064 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 5271 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 2722 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 9500 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 213896 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer",schemaname="public"} 6.274205e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 4.331427e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 53646 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 4.128576e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 1.901006e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 1055 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 1.4352042e+07 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 2.798518e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 291360 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order",schemaname="public"} 7.670939e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 154 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 8.5924915e+07 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 2.8269462e+07 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 46566 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 21004 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 19694 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 61307 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 120442 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 142928 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 296 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 3.657834e+06 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 53960 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_target",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="test_table",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 54014 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 12810 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 12921 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 13312 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="brand",schemaname="public"} 5750 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 16653 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 4467 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 1150 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 1150 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 1650 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 489989 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 1998 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 16630 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 309 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 1875 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 12544 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 13343 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_city",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_client",schemaname="public"} 10163 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 288 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_country",schemaname="public"} 13934 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 460 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 20380 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 758 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 1114 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_division",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 16755 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 506 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 521 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_file",schemaname="public"} 13706 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 5140 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 9700 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 4647 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 3069 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 1162 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 303 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_module",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 264 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 20015 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 1150 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 679 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process",schemaname="public"} 46500 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 852 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 12363 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 120700 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 2152 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 969 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 564 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 17910 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 1961 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_region",schemaname="public"} 16613 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_report",schemaname="public"} 460 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 2158 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 1778 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 599 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_role",schemaname="public"} 1072 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 77 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 38210 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 277 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 297 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 1911 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 14642 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 8088 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 15377 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 15701 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user",schemaname="public"} 20220 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 1430 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 1926 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 1147 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 336 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 1187 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 87 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 776 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_views",schemaname="public"} 988 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 15835 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window",schemaname="public"} 3042 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 3895 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 415 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 6675 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 149 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 7034 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 465 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 1376 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 938 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 466 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 294 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 468 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 12592 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 292 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 1389 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 472 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 463 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 469 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 1906 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 1906 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 1909 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 9751 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 12633 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 475 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 457 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 470 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 470 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 5220 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 860 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 470 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 12625 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 470 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 1926 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 1907 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 12985 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 440 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 12646 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 878 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 462 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 470 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 16108 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 13756 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 457 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 501 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 13491 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 4346 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 443 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 18757 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 12232 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 4648 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 972 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 55685 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 2056 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 443 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 64049 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 129 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 17321 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 31789 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 53212 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 494 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 923 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 441 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 444 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 9888 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 6337 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 6335 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 15866 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 9889 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 472 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 469 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 29385 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 468 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 3667 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 6664 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 31918 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 123 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 15872 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 440 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 6913 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 36698 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 318 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 448 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 1431 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 2866 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 1416 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 140 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 1879 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 8852 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 440 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 440 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cww_task",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="email_source",schemaname="public"} 45 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_account",schemaname="public"} 2050 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 501 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 15686 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 16908 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 13202 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 791 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 2137 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 303 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 296 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 16662 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_period",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 307858 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 354331 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 205515 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 154270 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 60412 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="hsncode",schemaname="public"} 36150 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 1333 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 751 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 537 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 537 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_addon",schemaname="public"} 1793 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 5809 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 4994 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 4316 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_batch",schemaname="public"} 14032 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 3962 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 1920 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 29086 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 415 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 4450 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 4308 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 291 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 4394 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 163 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 468 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 4050 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 4282 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 470 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_movement",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 469 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 936 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 26540 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 13858 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product",schemaname="public"} 96918 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 7396 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 4993 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 43563 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 29706 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 336 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 4804 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 4449 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 1352 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 366 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 384 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 1619 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 1401 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 164025 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 251948 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 8754 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_stock",schemaname="public"} 171416 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 49 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 13123 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 125 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 295 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 457056 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 8105 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 42093 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 2442 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 8886 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 3918 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 2227 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 12728 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 3587 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 79391 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 2856 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 891 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 1301 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 890 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 1336 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 16997 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 801 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ox_order",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_agent",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_contract",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 608 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 486 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_order",schemaname="public"} 1568 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 4970 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 1500 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 1262 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 5720 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 2308 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 2251 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 2329 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 35786 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_order",schemaname="public"} 15482 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_process",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 2330 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 1887 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 45941 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 5469 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 1926 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 4974 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 99768 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer",schemaname="public"} 47150 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 20054 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 25005 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 95262 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 208253 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 16085 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 341899 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 338561 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 244706 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order",schemaname="public"} 1.267485e+06 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 4.056781e+06 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 500295 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 12938 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 14174 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 13496 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 118071 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 142133 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 39386 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 221 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 36046 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 220 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 12311 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_target",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="test_table",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_operations",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_task",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 22 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 145 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.1236934e+07 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 34059 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 244460 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 1291 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 22 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 153 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 596 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 65 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_report",schemaname="public"} 418 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 28837 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 766 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 61622 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 170099 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 10716 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 410 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 982330 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 44724 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 120541 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 451 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 22799 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 1671 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 746 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 462 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 1.031827e+06 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 255 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 48074 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 1392 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 9012 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 180 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 49 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 114 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 683 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_report",schemaname="public"} 44 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 1386 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 46 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 782 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 7763 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 332 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 988 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 37437 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 32512 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 18019 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 484 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 987 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 75 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 90 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 88 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 33943 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 22 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 118 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 3.147012e+06 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 17167 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 87520 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 897 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 22 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 113 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 426 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 65 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_report",schemaname="public"} 308 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 12594 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 545 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 23901 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 150470 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 3830 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 229 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 346067 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 28168 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 151409 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 313 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 10998 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 1648 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 581 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 154 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 447418 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="gpr_sweets",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="gpr_sweets",relname="ai_ocr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ai_ocr_settings_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="b2c_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="b2c_customer_credit_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="b2c_customer_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="b2c_customer_uuid",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_discounts_promotions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_event_store",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_messaging_platforms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_receipts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_social_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cdr_terms_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_accommodation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_action_taken",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_admin_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_airticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_airticket_allowance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_airticket_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_airticket_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_announcement_read",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ap_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ap_errorlog",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ap_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ap_punch_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ar_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_attendance_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_bank_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_behaviour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_behaviour_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_bonus_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_bonus_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_bonus_processing_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_breaks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_calculation_base",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_calculation_base_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_candidate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_candidates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_certificate_prefer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_claim_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_claim_request_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_company_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_company_branding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_company_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_compliance_rule_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_costing_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course_competency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_course_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_declare_oi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_department",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_dependants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_dept_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ed_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ed_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_acting_appnt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_adminassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_assessment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_attendance_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_delegation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_dependents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_docverification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_empr_contr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_emprc_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_legaltransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_pay_head_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_personal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_punch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_sal_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_salary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_salary_ctc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_emp_uniform_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_empid_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_accommodation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_education",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_experience",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_job_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_leave_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_calculation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_tax_profile_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_tds_ledger_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_employee_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_encash_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_enroll_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_enroll_course",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_eos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_eos_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_eos_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_eos_emp_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_eph_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_eph_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ethnicrace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_evaluation_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_exemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_exit_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_expense_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_expense_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_expensereq_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_fbp_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_final_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_final_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_formulakey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_comment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_helpdesk_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_holiday_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_holiday_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_alert_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_broadcast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_expense_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_mypendingtask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_payroll_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_reapply_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_gratuity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hr_settings_wps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_disciplinary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_manpower",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_onboard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_performance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrglobal_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_hrrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_id_classification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_id_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_import_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_in_esi_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_in_pf_ecr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_incentive",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_increment_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_increment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_interview_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_interview_round",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_interviews",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_investment_declaration_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_jd_assesstype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_description",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_offer_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_job_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_jobcode_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_knowledge_base_article",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_kra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_la_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_la_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_la_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_la_pg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_la_yos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_accrual_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_adjust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_approval_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_encash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_ob",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_accrual",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_policy_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_type_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_leave_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_letter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_letter_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_letterreq_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_advance_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_transactionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loan_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_loans_and_advances",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_management_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_manager_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_mandatory_training",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_manpower_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_maternity_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_mediclaims_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_misconduct_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_mp_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_mp_headcount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_mt_actions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_nationality",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_new_joinee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_newjoinee_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_nj_benefits",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_nj_compensation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_nj_doc_verification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_nj_itassets",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_nj_qualification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_notification_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_notification_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_notification_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_offcycle_run_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_onboarding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_onboarding_basicinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_onboarding_checklist_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_onboarding_documents",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_onboarding_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_balance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ot_leave_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ot_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ot_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_otherincome",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_passport",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pay_component_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pay_grade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pay_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pay_head",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pay_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payprocess_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payroll_export",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payroll_export_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payroll_input",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payroll_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payroll_revcycle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payroll_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payslip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payslip_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_payslip_supplementary_slips",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pendingothrs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pendingpay_components",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_perform_review",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pio_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_plan_assignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_plan_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_policy_acknowledgment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_policy_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_position_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pp_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pp_consolidated_account_view",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pp_emp_pay_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_pp_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppe_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppe_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppe_cc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppe_ded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppe_emp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppe_loan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppr_dept",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppr_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppr_empcat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppr_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ppr_paygrade",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_probation_confirm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_probation_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_prof_taxline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_professional_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_provision",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_punch_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_recognition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_report_incident",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_resignation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_resolution_hist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_responsibilities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_restricted_holiday_selection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_retropay",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_rh_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ri_discussion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_ri_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_rid_attendee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_rp_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_rp_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_rp_emp_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_salary_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_salary_revision_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_salary_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_salary_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_scorecard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_section_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_selfservice_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_selfservice_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_days",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_roaster",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_rotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_team_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_shift_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_skill_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_slab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_slabline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_sp_add",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_sp_contribution",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_sp_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_sr_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_st_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_st_earnings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_survey_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_survey_response",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tax_regime",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tax_regime_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tax_slabs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tds_declaration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tds_deduction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tds_hra",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tds_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tdsline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_team_emp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tour",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_tour_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_training_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_training_feedback_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_training_question",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_training_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_training_schedule_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_visa_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_webhook_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_weekends",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_weeknumber",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_weekoff_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_wfh_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_work_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_worktag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="chr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="commerce_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="commerce_cart_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cprf_set_scores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_camp_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_camp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_campaign_coupon_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_campaign_log_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_campaign_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_campaign_message_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_campaigns",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_comm_template_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_comm_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_email_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_lead",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_lead_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_opportunity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_retail_segment_customers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_sale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_seglist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_segment_behaviors",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_segment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_social_post",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_social_postline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_stream",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_webinar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_webinar_commschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_webinar_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_webinar_notification_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="crm_webinar_platform",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_airflow_dags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_alert_conditions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_alerts_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_alternative_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_announcement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_api_builder_schema",schemaname="public"} 22 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_api_key",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_app_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_app_schema",schemaname="public"} 160 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_app_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_approval_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_ar_adjustmenttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_audit_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_audit_log",schemaname="public"} 1.440752e+06 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_batch_job_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_batch_log",schemaname="public"} 8044 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_batch_process_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_batch_register",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_bunit_delivery_pincodes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_bunit_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_bunit_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_bunit_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_bunit_type_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_client_applications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_client_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_compliance_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_cur_denomination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_currency_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_dag_taskscheduler_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_load_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_lock_override_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_lock_rule_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_data_validator_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_dw_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_event_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_favourites",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_import_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integration_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integration_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integration_datamapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integration_error_logs",schemaname="public"} 22 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integration_run_logs",schemaname="public"} 44627 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integration_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integrations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_integrations_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_intercompany_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_license_policy",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_log_retention_settings_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_loyalty_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_master_data_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_master_data_config_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_menu_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_menu_schema",schemaname="public"} 1163 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_messages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_metrics_schema",schemaname="public"} 22 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_mobile_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_mobile_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_mobile_role_apps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_mobile_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_nearbystores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_notification_recipients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_group_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_group_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_set",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_set_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_permission_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_print_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_print_template_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_parameter",schemaname="public"} 86 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_rundetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_schema",schemaname="public"} 241 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_process_window_schema",schemaname="public"} 401 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_producttour_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_producttour_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_promotion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_receipt_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_reference_schema",schemaname="public"} 22 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_refresh_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_releases",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_releases_history",schemaname="public"} 1210 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_report",schemaname="public"} 176 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_report_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_report_job",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_report_schema",schemaname="public"} 3583 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_reportschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_reportschedule_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_returnreason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_role_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_scheduled_alerts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_security_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_shift_definition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_sqlquery_log",schemaname="public"} 268 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_stockentry_controls",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_system_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_table_sample_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_table_schema",schemaname="public"} 13868 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_taxzone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_tenant_accounting_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_tenant_purchase_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_timezone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_activity_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_division_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_locale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_mfa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_policy_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_session_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_user_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_views",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_webhook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_webhooks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window_rules_validation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cs_window_schema",schemaname="public"} 108056 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cw_auth_token",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cw_trade_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cw_trade_event",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cw_trade_lifting_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cw_trade_rl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_banners",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_cafeteria_restaurants",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_company",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_company_cafeterias",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_company_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_company_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_order_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_order_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_orderstatus_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_restaurant_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_store_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_store_timings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwc_stores_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_billingrules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_frequency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscrgrp_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_scheduleline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscription_shipping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwcs_subscriptionline_disc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_emailtemplate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_wfapprovals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_wftasklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_wftasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_activities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvals_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_approvers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_eventstore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwf_workflow_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwp_idea",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwp_idea_notes",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwp_milestone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_assurance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_assurance_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_collection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_collection_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_collection_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_control_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspection_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspection_workflow_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspectionline_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_inspectionlinetask_param",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_parameters_grp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_quality_engineer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_quality_sub_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_quality_workflowline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_qualitycheck_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_sub_workflow_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwq_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_b2c_customer_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_cashup_sync",schemaname="public"} 2033 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_customer_config",schemaname="public"} 494 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_customer_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_customer_login",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_customer_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_day_end_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_discount_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_discount_request_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_display_system_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_ecom_ref",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_evaluation_script",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_range",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_expiry_discount_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_kot_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_menu_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_production_center_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_table_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_fb_waitlist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_feedback_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_gift_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_gift_voucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_giftcard",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_payment_preference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_giftcard_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_hardware_controller",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_image_library",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_ingredients",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_accumulation_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_brand_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_category_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_channel_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_event_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_redemption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_tier_scope",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_loyalty_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_menutimeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_mystore",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_payment_method_correction_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_payment_provider_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_payment_providers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_payment_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pcatalogue_timeslot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pcataloguelines_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pg_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_archive",schemaname="public"} 193427 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_cart",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_config",schemaname="public"} 16670 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_errors",schemaname="public"} 29041 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_salesummary_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_scanconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_sequence_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_pos_till_health",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_printtemplate",schemaname="public"} 241 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_product_addongroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_provider_configurations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_provider_terminal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_recipe",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_recipe_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_recipe_division",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_recipe_packing_material",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_recipe_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_recipe_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_replenishment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_revenue_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_saletype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_saletype_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_saletype_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_sevent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_sevent_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_sevent_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_dailyops_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_openclose_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_store_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till_access_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till_datasync_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till_login_logout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_till_waiter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillcash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_eventdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillcash_tax_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillcashin_out",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_tillreg_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_transaction_queue",schemaname="public"} 8666 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_wallet",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_wallet_payment_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_wallet_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_wallet_topup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwr_wallet_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cws_ticket",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cws_ticket_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cww_mobilew_role",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cww_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cww_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cww_tasklinedetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwx_customer_enrollment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwx_customer_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="cwx_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_channel_frames",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_player_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_players",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_playlist_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_playlists",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_schedules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ds_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="email_source",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="exdhrm_newjoineeconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_alert_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_custo_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_depreciation_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_disposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_lease_ext",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_loc_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_registration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_return",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_sub_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_subclass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_asset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_depreciation_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_depreciation_posting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_depreciation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_loc_building",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_loc_floor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_loc_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fam_provisional_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_account_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_fixedasset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_general",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_intercompany",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_purchasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_config_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_acct_doc_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_adv_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_adv_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_aging_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ai_action_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ai_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_alert_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_alert_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ammortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ammortization_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_approval_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_approval_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_audit_trail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bank_connector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bank_guarantee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bank_statement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bank_statement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_bpartner_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_budget_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_budget_phasing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_budget_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_budget_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar_holiday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar_quarter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar_week",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar_weekoff",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_calendar_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_cash_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_cash_deposit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_cashacct_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_cashflow_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_cashflow_forecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_channel_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_coa",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_config_change_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_consolidation_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_consolidation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_cost_center",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_credit_snapshot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_customer_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_dashboard_widget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_day_close_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_dimension_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_distribution_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_document_attachment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ear_targetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_exp_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_exp_request_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_exp_request_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expense_allocation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expvoucher",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expvoucher_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_expvoucherline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_financial_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_financial_acct_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_funds_transfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_gift_card_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ic_settlement_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_incoming_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_intercompany_agreement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_intercompany_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_isd_distribution_config_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_isd_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_isd_summary_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lease",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lease_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ledger",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ledger_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_ledger_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice",schemaname="public"} 58 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_einvoice_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_eway_bill_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_exp_voucher_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_pinv_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_pur_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_sal_inv_tcs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_setup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tcs_trx_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_lin_tds_sectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_loyalty_liability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_migration_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_migration_batch_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_pay_pglogs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_pay_pgtransaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment_advice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment_advice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_payment_proposal_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_paymentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_paymentplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_paymentplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_pdc_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_period_audit_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_period_closing_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_period_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_period_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_period_posting_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_periodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_pnl_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_pnl_configline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_posting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_posting_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_posting_queue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_posting_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_posting_template_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_posting_template_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_rcm_accounting_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_receiptplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_receiptplan_details_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_reconciliation_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_recurring_expense_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_report_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_report_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_revaluation_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_revaluation_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_supplier_stmt_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_supplier_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_tax_country_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_transactions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="fin_unallocated_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="flyway_schema_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="hsncode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_fuel_fill_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_fuel_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_gatepass",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_gatepass_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_route_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_vehicle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_make",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_model",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_tracking_latest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="lgs_vehicle_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="line_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="list_contacts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_addon_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_attribute_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_attribute_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_autoconsumption_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_batch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_batch_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_batch_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_batch_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_batch_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_batch_subproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_bom_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_categories_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_cost_adjustment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_costing_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_costing_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_coupon_provider",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_coupon_sales",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_custom_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_custom_attribute_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_invcount_sch_stores",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_count_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_issueline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventory_threshold_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_inventorylinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_issue_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_item_companion_rule_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_lpn",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_lpn_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_material_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_movementlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_additional_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_approval",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_b2c_segment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_catalogue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_ccategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_coupon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_expiry_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_quantity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_xproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricing_yproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricingrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_pricingrule_coupon_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_prodaddon_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_addon",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_category_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_divisions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_manufacturer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_manufacturing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_visibility_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_product_warranty",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_purchase_pricing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_purpricing_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_purpricing_pcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_purpricing_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_purpricing_scategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_purpricing_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipt_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receiptline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receiptline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receiptline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receiptlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receiptlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_receipttax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_notification",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_pcategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_scategories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_replenishment_suppliers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_rfid_tag",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_rfid_tag_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipment_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipment_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipmentline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipmentline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_shipmentlinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_slowmover",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_stock_count",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_stock_count_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_stock_reservation_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_stockadj_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_stockdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_storage_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_storagebin",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_supplier_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_tracker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_trackertype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transactioncost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transactiondetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferissue_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferissue_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferorder_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferreceipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferreceipt_linedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferrequest_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_transferrequest_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_tray_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_unitcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_unitcost_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_visibility_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_visibility_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_visibility_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_visibility_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wa_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wa_costing_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wa_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_warehouse_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_warehouse_assignment_rules",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_warranty_claims",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_warranty_master",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wastage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wastage_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wastageline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="m_wastagelinedetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="multitabchecking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="myonlytest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_dashboard_designer_kpi",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_menu_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_metrics_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_report_designer",schemaname="public"} 325 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_filters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_report_designer_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ntn_window_designer",schemaname="public"} 2376 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_cashcollection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_companies",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_delivery_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_delivery_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_delivery_slot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_delivery_tasks_proof",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_delivery_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_driver_location_ping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_driveravailability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_drivers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_order_timeline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_paymentgateway_logs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_substitute_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_taskline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_taskline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ofd_tasks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="orders",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="otp_audit_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ox_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ox_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="ox_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_agent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_contract",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_contract_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_dn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_exp_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_inv_settlementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoice_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoiceline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoiceline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_order_lc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_orderline_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_price_variance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_requisition_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_rfq_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_rfqlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_bank_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_bunit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_supplier_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_withholding_tax_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_issue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_tracking",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workorder_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="p_workrequest",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_availability",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_variant",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_variant_attr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_variant_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_design_variant_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_designer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_sketch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_sketch_workflow",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="plm_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_application",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_bug",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_feature",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_project_manager",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_project_team",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_project_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_ref_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_rel_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_resources",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_sub_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_task_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_task_assignee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_task_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_testcase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_user_docs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pm_user_skill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bf_housing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bf_merging",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bf_shed_obs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfmort_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsfeed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmort",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_bfshed_obsmoth",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_breed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_breed_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_breederconfig",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejection",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_candling_rejectionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_farm_standards",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_flock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_flock_stage",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_hatchery_grading",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_livestock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_pullout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_pullout_vaccmed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_pulloutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_setter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pnxt_setterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pos_summary_payment_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pos_summary_settled_payments",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pos_summary_tax_breakup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_bom_adj_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_bom_adjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_bomindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_indirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_ioproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_ioproductdetails",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_outproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_pproducts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_processic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_prodindirectcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_product_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_product_convline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_production_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_production_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_production_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_production_schedule_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="pr_prun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_blob_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_calendars",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_cron_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_fired_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_job_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_locks",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_paused_trigger_grps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_scheduler_state",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_simple_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_simprop_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="qrtz_triggers",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_business_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_cn_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_address",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_bank_routing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_bankacct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_category_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_contact",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_creditline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_customer_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_daily_trip",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_daily_trip_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_daily_trip_stop_survey",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_dropship",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_dropship_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_estimate",schemaname="public"} 351083 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_fsm_home_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_in_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_incentive_eligibility",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_incentive_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_incentive_summary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_industry_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_inv_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_inv_settlement_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoice_integration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoice_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoiceline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoiceline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_item_companion_trx",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_charge_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_estimation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_images",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_services",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_joborder_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_journeyplan_sch_cust",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_journeyplan_scheduler",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_omni_sales_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_additional_charges",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_amendment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_amendment_appr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_amendment_exec_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_amendment_hdr",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_amendment_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_amendment_stock_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_order_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_orderline_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_orderline_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_orderline_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_packingslip_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pfinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pfinvoice_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pricing_formula",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_pricing_formula_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_productprice_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_quotation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_quotation_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_quotation_line_addons",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_quotation_line_pricing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_quotation_linetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_quotation_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_rfq",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_rfqline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_route_payment_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_route_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_route_plan_stop",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sales_rep_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_bill",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_bill_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_center_notifications",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_checklist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_request",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_service_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_option",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_sr_inspection_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_subscription",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_subscription_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_subscription_line",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_subscription_plan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_survey_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_survey_template_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_target",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_technician",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="s_trade_in",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="seg_criteria",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_categories",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_categories_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_forms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_forms_schema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_media",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_menu_title",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_pages",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_posts",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_seo_metadata",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_settings",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="site_tags",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_device",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_eas_gate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_eas_gate_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_eas_tag_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_feedback",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_fitting_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_fitting_room",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_location_users",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_reference_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_scan_data",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_scan_loc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_scan_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tag_meta",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tag_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tray",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tray_estimation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tray_events",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tray_products",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tray_salesrep",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="sr_tray_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="subline_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="temp_piece_price",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="tenant_sales_preferences",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="test_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="v_next_assign_no",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_aisle",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_assigned_personnel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_associated_equipment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_bin_capacity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_entity_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_exception_action",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_level",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_operations",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_rack",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_routing_control_area",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_routing_steps",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_routing_templates",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_strategy_entity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_strategy_profile",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_task_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_tolerance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="w_uom_restrictions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="gpr_sweets",relname="webinar_settings",schemaname="public"} 0 # HELP pg_up Whether the last scrape of metrics from PostgreSQL was able to connect to the server (1 for yes, 0 for no). # TYPE pg_up gauge pg_up 1 # HELP pg_wal_segments Number of WAL segments # TYPE pg_wal_segments gauge pg_wal_segments 8 # HELP pg_wal_size_bytes Total size of WAL segments # TYPE pg_wal_size_bytes gauge pg_wal_size_bytes 1.34217728e+08 # HELP postgres_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which postgres_exporter was built, and the goos and goarch for the build. # TYPE postgres_exporter_build_info gauge postgres_exporter_build_info{branch="HEAD",goarch="arm64",goos="linux",goversion="go1.25.7",revision="333363aeb548b66340a61a7fb2b3f0e8a8d39f90",tags="unknown",version="0.19.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 40108 # 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 5.2973448773e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.8469916588e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 4.9491968e+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.77814742005e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.34045696e+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"} 88062 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0