# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.214e-05 go_gc_duration_seconds{quantile="0.25"} 4.735e-05 go_gc_duration_seconds{quantile="0.5"} 5.2192e-05 go_gc_duration_seconds{quantile="0.75"} 5.6441e-05 go_gc_duration_seconds{quantile="1"} 0.002448027 go_gc_duration_seconds_sum 26.141421044 go_gc_duration_seconds_count 138880 # 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.21.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 713080 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.72901668248e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 4658 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.514716447e+09 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.893344e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 713080 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.359872e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.29376e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 3176 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 1.2541952e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.589248e+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.7730649988258e+09 # HELP go_memstats_lookups_total Total number of pointer lookups. # TYPE go_memstats_lookups_total counter go_memstats_lookups_total 0 # HELP go_memstats_mallocs_total Total number of mallocs. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.514719623e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 9600 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 128856 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 277032 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.288806e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 884736 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 884736 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.2256656e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="postgres"} 6.473912e+06 pg_database_size_bytes{datname="template0"} 6.332932e+06 pg_database_size_bytes{datname="template1"} 6.482104e+06 pg_database_size_bytes{datname="tscoprod"} 4.9944053944e+10 # 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.017466605 # 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 31693 # HELP pg_locks_count Number of locks # TYPE pg_locks_count gauge 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 pg_locks_count{datname="tscoprod",mode="accessexclusivelock"} 0 pg_locks_count{datname="tscoprod",mode="accesssharelock"} 1 pg_locks_count{datname="tscoprod",mode="exclusivelock"} 0 pg_locks_count{datname="tscoprod",mode="rowexclusivelock"} 0 pg_locks_count{datname="tscoprod",mode="rowsharelock"} 0 pg_locks_count{datname="tscoprod",mode="sharelock"} 0 pg_locks_count{datname="tscoprod",mode="sharerowexclusivelock"} 0 pg_locks_count{datname="tscoprod",mode="shareupdateexclusivelock"} 0 pg_locks_count{datname="tscoprod",mode="sireadlock"} 0 # 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.06507952 pg_scrape_collector_duration_seconds{collector="locks"} 0.011236424 pg_scrape_collector_duration_seconds{collector="replication"} 0.009081663 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.001750925 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.007225965 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.006155429 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.007948306 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.039661329 pg_scrape_collector_duration_seconds{collector="wal"} 0.040008624 # 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"} 0 pg_scrape_collector_success{collector="replication_slot"} 0 pg_scrape_collector_success{collector="stat_bgwriter"} 1 pg_scrape_collector_success{collector="stat_database"} 1 pg_scrape_collector_success{collector="stat_user_tables"} 0 pg_scrape_collector_success{collector="statio_user_tables"} 1 pg_scrape_collector_success{collector="wal"} 0 # HELP pg_settings_allow_system_table_mods Server Parameter: allow_system_table_mods # TYPE pg_settings_allow_system_table_mods gauge pg_settings_allow_system_table_mods{server="localhost:5432"} 0 # HELP pg_settings_archive_mode Server Parameter: archive_mode # TYPE pg_settings_archive_mode gauge pg_settings_archive_mode{server="localhost:5432"} 0 # HELP pg_settings_archive_timeout_seconds Server Parameter: archive_timeout [Units converted to seconds.] # TYPE pg_settings_archive_timeout_seconds gauge pg_settings_archive_timeout_seconds{server="localhost:5432"} 0 # HELP pg_settings_array_nulls Server Parameter: array_nulls # TYPE pg_settings_array_nulls gauge pg_settings_array_nulls{server="localhost:5432"} 1 # HELP pg_settings_authentication_timeout_seconds Server Parameter: authentication_timeout [Units converted to seconds.] # TYPE pg_settings_authentication_timeout_seconds gauge pg_settings_authentication_timeout_seconds{server="localhost:5432"} 60 # HELP pg_settings_autovacuum Server Parameter: autovacuum # TYPE pg_settings_autovacuum gauge pg_settings_autovacuum{server="localhost:5432"} 1 # HELP pg_settings_autovacuum_analyze_scale_factor Server Parameter: autovacuum_analyze_scale_factor # TYPE pg_settings_autovacuum_analyze_scale_factor gauge pg_settings_autovacuum_analyze_scale_factor{server="localhost:5432"} 0.1 # HELP pg_settings_autovacuum_analyze_threshold Server Parameter: autovacuum_analyze_threshold # TYPE pg_settings_autovacuum_analyze_threshold gauge pg_settings_autovacuum_analyze_threshold{server="localhost:5432"} 50 # HELP pg_settings_autovacuum_freeze_max_age Server Parameter: autovacuum_freeze_max_age # TYPE pg_settings_autovacuum_freeze_max_age gauge pg_settings_autovacuum_freeze_max_age{server="localhost:5432"} 2e+08 # HELP pg_settings_autovacuum_max_workers Server Parameter: autovacuum_max_workers # TYPE pg_settings_autovacuum_max_workers gauge pg_settings_autovacuum_max_workers{server="localhost:5432"} 3 # HELP pg_settings_autovacuum_multixact_freeze_max_age Server Parameter: autovacuum_multixact_freeze_max_age # TYPE pg_settings_autovacuum_multixact_freeze_max_age gauge pg_settings_autovacuum_multixact_freeze_max_age{server="localhost:5432"} 4e+08 # HELP pg_settings_autovacuum_naptime_seconds Server Parameter: autovacuum_naptime [Units converted to seconds.] # TYPE pg_settings_autovacuum_naptime_seconds gauge pg_settings_autovacuum_naptime_seconds{server="localhost:5432"} 60 # HELP pg_settings_autovacuum_vacuum_cost_delay_seconds Server Parameter: autovacuum_vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_autovacuum_vacuum_cost_delay_seconds gauge pg_settings_autovacuum_vacuum_cost_delay_seconds{server="localhost:5432"} 0.02 # HELP pg_settings_autovacuum_vacuum_cost_limit Server Parameter: autovacuum_vacuum_cost_limit # TYPE pg_settings_autovacuum_vacuum_cost_limit gauge pg_settings_autovacuum_vacuum_cost_limit{server="localhost:5432"} -1 # HELP pg_settings_autovacuum_vacuum_scale_factor Server Parameter: autovacuum_vacuum_scale_factor # TYPE pg_settings_autovacuum_vacuum_scale_factor gauge pg_settings_autovacuum_vacuum_scale_factor{server="localhost:5432"} 0.2 # HELP pg_settings_autovacuum_vacuum_threshold Server Parameter: autovacuum_vacuum_threshold # TYPE pg_settings_autovacuum_vacuum_threshold gauge pg_settings_autovacuum_vacuum_threshold{server="localhost:5432"} 50 # HELP pg_settings_bgwriter_delay_seconds Server Parameter: bgwriter_delay [Units converted to seconds.] # TYPE pg_settings_bgwriter_delay_seconds gauge pg_settings_bgwriter_delay_seconds{server="localhost:5432"} 0.2 # HELP pg_settings_bgwriter_lru_maxpages Server Parameter: bgwriter_lru_maxpages # TYPE pg_settings_bgwriter_lru_maxpages gauge pg_settings_bgwriter_lru_maxpages{server="localhost:5432"} 100 # HELP pg_settings_bgwriter_lru_multiplier Server Parameter: bgwriter_lru_multiplier # TYPE pg_settings_bgwriter_lru_multiplier gauge pg_settings_bgwriter_lru_multiplier{server="localhost:5432"} 2 # HELP pg_settings_block_size Server Parameter: block_size # TYPE pg_settings_block_size gauge pg_settings_block_size{server="localhost:5432"} 8192 # HELP pg_settings_bonjour Server Parameter: bonjour # TYPE pg_settings_bonjour gauge pg_settings_bonjour{server="localhost:5432"} 0 # HELP pg_settings_check_function_bodies Server Parameter: check_function_bodies # TYPE pg_settings_check_function_bodies gauge pg_settings_check_function_bodies{server="localhost:5432"} 1 # HELP pg_settings_checkpoint_completion_target Server Parameter: checkpoint_completion_target # TYPE pg_settings_checkpoint_completion_target gauge pg_settings_checkpoint_completion_target{server="localhost:5432"} 0.5 # HELP pg_settings_checkpoint_segments Server Parameter: checkpoint_segments # TYPE pg_settings_checkpoint_segments gauge pg_settings_checkpoint_segments{server="localhost:5432"} 3 # HELP pg_settings_checkpoint_timeout_seconds Server Parameter: checkpoint_timeout [Units converted to seconds.] # TYPE pg_settings_checkpoint_timeout_seconds gauge pg_settings_checkpoint_timeout_seconds{server="localhost:5432"} 300 # HELP pg_settings_checkpoint_warning_seconds Server Parameter: checkpoint_warning [Units converted to seconds.] # TYPE pg_settings_checkpoint_warning_seconds gauge pg_settings_checkpoint_warning_seconds{server="localhost:5432"} 30 # HELP pg_settings_commit_delay Server Parameter: commit_delay # TYPE pg_settings_commit_delay gauge pg_settings_commit_delay{server="localhost:5432"} 0 # HELP pg_settings_commit_siblings Server Parameter: commit_siblings # TYPE pg_settings_commit_siblings gauge pg_settings_commit_siblings{server="localhost:5432"} 5 # HELP pg_settings_cpu_index_tuple_cost Server Parameter: cpu_index_tuple_cost # TYPE pg_settings_cpu_index_tuple_cost gauge pg_settings_cpu_index_tuple_cost{server="localhost:5432"} 0.005 # HELP pg_settings_cpu_operator_cost Server Parameter: cpu_operator_cost # TYPE pg_settings_cpu_operator_cost gauge pg_settings_cpu_operator_cost{server="localhost:5432"} 0.0025 # HELP pg_settings_cpu_tuple_cost Server Parameter: cpu_tuple_cost # TYPE pg_settings_cpu_tuple_cost gauge pg_settings_cpu_tuple_cost{server="localhost:5432"} 0.01 # HELP pg_settings_cursor_tuple_fraction Server Parameter: cursor_tuple_fraction # TYPE pg_settings_cursor_tuple_fraction gauge pg_settings_cursor_tuple_fraction{server="localhost:5432"} 0.1 # HELP pg_settings_data_checksums Server Parameter: data_checksums # TYPE pg_settings_data_checksums gauge pg_settings_data_checksums{server="localhost:5432"} 0 # HELP pg_settings_db_user_namespace Server Parameter: db_user_namespace # TYPE pg_settings_db_user_namespace gauge pg_settings_db_user_namespace{server="localhost:5432"} 0 # HELP pg_settings_deadlock_timeout_seconds Server Parameter: deadlock_timeout [Units converted to seconds.] # TYPE pg_settings_deadlock_timeout_seconds gauge pg_settings_deadlock_timeout_seconds{server="localhost:5432"} 1 # HELP pg_settings_debug_assertions Server Parameter: debug_assertions # TYPE pg_settings_debug_assertions gauge pg_settings_debug_assertions{server="localhost:5432"} 0 # HELP pg_settings_debug_pretty_print Server Parameter: debug_pretty_print # TYPE pg_settings_debug_pretty_print gauge pg_settings_debug_pretty_print{server="localhost:5432"} 1 # HELP pg_settings_debug_print_parse Server Parameter: debug_print_parse # TYPE pg_settings_debug_print_parse gauge pg_settings_debug_print_parse{server="localhost:5432"} 0 # HELP pg_settings_debug_print_plan Server Parameter: debug_print_plan # TYPE pg_settings_debug_print_plan gauge pg_settings_debug_print_plan{server="localhost:5432"} 0 # HELP pg_settings_debug_print_rewritten Server Parameter: debug_print_rewritten # TYPE pg_settings_debug_print_rewritten gauge pg_settings_debug_print_rewritten{server="localhost:5432"} 0 # HELP pg_settings_default_statistics_target Server Parameter: default_statistics_target # TYPE pg_settings_default_statistics_target gauge pg_settings_default_statistics_target{server="localhost:5432"} 100 # HELP pg_settings_default_transaction_deferrable Server Parameter: default_transaction_deferrable # TYPE pg_settings_default_transaction_deferrable gauge pg_settings_default_transaction_deferrable{server="localhost:5432"} 0 # HELP pg_settings_default_transaction_read_only Server Parameter: default_transaction_read_only # TYPE pg_settings_default_transaction_read_only gauge pg_settings_default_transaction_read_only{server="localhost:5432"} 0 # HELP pg_settings_default_with_oids Server Parameter: default_with_oids # TYPE pg_settings_default_with_oids gauge pg_settings_default_with_oids{server="localhost:5432"} 0 # HELP pg_settings_effective_cache_size_bytes Server Parameter: effective_cache_size [Units converted to bytes.] # TYPE pg_settings_effective_cache_size_bytes gauge pg_settings_effective_cache_size_bytes{server="localhost:5432"} 6.442450944e+09 # HELP pg_settings_effective_io_concurrency Server Parameter: effective_io_concurrency # TYPE pg_settings_effective_io_concurrency gauge pg_settings_effective_io_concurrency{server="localhost:5432"} 1 # HELP pg_settings_enable_bitmapscan Server Parameter: enable_bitmapscan # TYPE pg_settings_enable_bitmapscan gauge pg_settings_enable_bitmapscan{server="localhost:5432"} 1 # HELP pg_settings_enable_hashagg Server Parameter: enable_hashagg # TYPE pg_settings_enable_hashagg gauge pg_settings_enable_hashagg{server="localhost:5432"} 1 # HELP pg_settings_enable_hashjoin Server Parameter: enable_hashjoin # TYPE pg_settings_enable_hashjoin gauge pg_settings_enable_hashjoin{server="localhost:5432"} 1 # HELP pg_settings_enable_indexonlyscan Server Parameter: enable_indexonlyscan # TYPE pg_settings_enable_indexonlyscan gauge pg_settings_enable_indexonlyscan{server="localhost:5432"} 1 # HELP pg_settings_enable_indexscan Server Parameter: enable_indexscan # TYPE pg_settings_enable_indexscan gauge pg_settings_enable_indexscan{server="localhost:5432"} 1 # HELP pg_settings_enable_material Server Parameter: enable_material # TYPE pg_settings_enable_material gauge pg_settings_enable_material{server="localhost:5432"} 1 # HELP pg_settings_enable_mergejoin Server Parameter: enable_mergejoin # TYPE pg_settings_enable_mergejoin gauge pg_settings_enable_mergejoin{server="localhost:5432"} 1 # HELP pg_settings_enable_nestloop Server Parameter: enable_nestloop # TYPE pg_settings_enable_nestloop gauge pg_settings_enable_nestloop{server="localhost:5432"} 1 # HELP pg_settings_enable_seqscan Server Parameter: enable_seqscan # TYPE pg_settings_enable_seqscan gauge pg_settings_enable_seqscan{server="localhost:5432"} 1 # HELP pg_settings_enable_sort Server Parameter: enable_sort # TYPE pg_settings_enable_sort gauge pg_settings_enable_sort{server="localhost:5432"} 1 # HELP pg_settings_enable_tidscan Server Parameter: enable_tidscan # TYPE pg_settings_enable_tidscan gauge pg_settings_enable_tidscan{server="localhost:5432"} 1 # HELP pg_settings_escape_string_warning Server Parameter: escape_string_warning # TYPE pg_settings_escape_string_warning gauge pg_settings_escape_string_warning{server="localhost:5432"} 1 # HELP pg_settings_exit_on_error Server Parameter: exit_on_error # TYPE pg_settings_exit_on_error gauge pg_settings_exit_on_error{server="localhost:5432"} 0 # HELP pg_settings_extra_float_digits Server Parameter: extra_float_digits # TYPE pg_settings_extra_float_digits gauge pg_settings_extra_float_digits{server="localhost:5432"} 2 # HELP pg_settings_from_collapse_limit Server Parameter: from_collapse_limit # TYPE pg_settings_from_collapse_limit gauge pg_settings_from_collapse_limit{server="localhost:5432"} 8 # HELP pg_settings_fsync Server Parameter: fsync # TYPE pg_settings_fsync gauge pg_settings_fsync{server="localhost:5432"} 1 # HELP pg_settings_full_page_writes Server Parameter: full_page_writes # TYPE pg_settings_full_page_writes gauge pg_settings_full_page_writes{server="localhost:5432"} 1 # HELP pg_settings_geqo Server Parameter: geqo # TYPE pg_settings_geqo gauge pg_settings_geqo{server="localhost:5432"} 1 # HELP pg_settings_geqo_effort Server Parameter: geqo_effort # TYPE pg_settings_geqo_effort gauge pg_settings_geqo_effort{server="localhost:5432"} 5 # HELP pg_settings_geqo_generations Server Parameter: geqo_generations # TYPE pg_settings_geqo_generations gauge pg_settings_geqo_generations{server="localhost:5432"} 0 # HELP pg_settings_geqo_pool_size Server Parameter: geqo_pool_size # TYPE pg_settings_geqo_pool_size gauge pg_settings_geqo_pool_size{server="localhost:5432"} 0 # HELP pg_settings_geqo_seed Server Parameter: geqo_seed # TYPE pg_settings_geqo_seed gauge pg_settings_geqo_seed{server="localhost:5432"} 0 # HELP pg_settings_geqo_selection_bias Server Parameter: geqo_selection_bias # TYPE pg_settings_geqo_selection_bias gauge pg_settings_geqo_selection_bias{server="localhost:5432"} 2 # HELP pg_settings_geqo_threshold Server Parameter: geqo_threshold # TYPE pg_settings_geqo_threshold gauge pg_settings_geqo_threshold{server="localhost:5432"} 12 # HELP pg_settings_gin_fuzzy_search_limit Server Parameter: gin_fuzzy_search_limit # TYPE pg_settings_gin_fuzzy_search_limit gauge pg_settings_gin_fuzzy_search_limit{server="localhost:5432"} 0 # HELP pg_settings_hot_standby Server Parameter: hot_standby # TYPE pg_settings_hot_standby gauge pg_settings_hot_standby{server="localhost:5432"} 0 # HELP pg_settings_hot_standby_feedback Server Parameter: hot_standby_feedback # TYPE pg_settings_hot_standby_feedback gauge pg_settings_hot_standby_feedback{server="localhost:5432"} 0 # HELP pg_settings_ignore_checksum_failure Server Parameter: ignore_checksum_failure # TYPE pg_settings_ignore_checksum_failure gauge pg_settings_ignore_checksum_failure{server="localhost:5432"} 0 # HELP pg_settings_ignore_system_indexes Server Parameter: ignore_system_indexes # TYPE pg_settings_ignore_system_indexes gauge pg_settings_ignore_system_indexes{server="localhost:5432"} 0 # HELP pg_settings_integer_datetimes Server Parameter: integer_datetimes # TYPE pg_settings_integer_datetimes gauge pg_settings_integer_datetimes{server="localhost:5432"} 1 # HELP pg_settings_join_collapse_limit Server Parameter: join_collapse_limit # TYPE pg_settings_join_collapse_limit gauge pg_settings_join_collapse_limit{server="localhost:5432"} 8 # HELP pg_settings_krb_caseins_users Server Parameter: krb_caseins_users # TYPE pg_settings_krb_caseins_users gauge pg_settings_krb_caseins_users{server="localhost:5432"} 0 # HELP pg_settings_lo_compat_privileges Server Parameter: lo_compat_privileges # TYPE pg_settings_lo_compat_privileges gauge pg_settings_lo_compat_privileges{server="localhost:5432"} 0 # HELP pg_settings_lock_timeout_seconds Server Parameter: lock_timeout [Units converted to seconds.] # TYPE pg_settings_lock_timeout_seconds gauge pg_settings_lock_timeout_seconds{server="localhost:5432"} 0 # HELP pg_settings_log_autovacuum_min_duration_seconds Server Parameter: log_autovacuum_min_duration [Units converted to seconds.] # TYPE pg_settings_log_autovacuum_min_duration_seconds gauge pg_settings_log_autovacuum_min_duration_seconds{server="localhost:5432"} -1 # HELP pg_settings_log_checkpoints Server Parameter: log_checkpoints # TYPE pg_settings_log_checkpoints gauge pg_settings_log_checkpoints{server="localhost:5432"} 0 # HELP pg_settings_log_connections Server Parameter: log_connections # TYPE pg_settings_log_connections gauge pg_settings_log_connections{server="localhost:5432"} 0 # HELP pg_settings_log_disconnections Server Parameter: log_disconnections # TYPE pg_settings_log_disconnections gauge pg_settings_log_disconnections{server="localhost:5432"} 0 # HELP pg_settings_log_duration Server Parameter: log_duration # TYPE pg_settings_log_duration gauge pg_settings_log_duration{server="localhost:5432"} 0 # HELP pg_settings_log_executor_stats Server Parameter: log_executor_stats # TYPE pg_settings_log_executor_stats gauge pg_settings_log_executor_stats{server="localhost:5432"} 0 # HELP pg_settings_log_file_mode Server Parameter: log_file_mode # TYPE pg_settings_log_file_mode gauge pg_settings_log_file_mode{server="localhost:5432"} 600 # HELP pg_settings_log_hostname Server Parameter: log_hostname # TYPE pg_settings_log_hostname gauge pg_settings_log_hostname{server="localhost:5432"} 0 # HELP pg_settings_log_lock_waits Server Parameter: log_lock_waits # TYPE pg_settings_log_lock_waits gauge pg_settings_log_lock_waits{server="localhost:5432"} 0 # HELP pg_settings_log_min_duration_statement_seconds Server Parameter: log_min_duration_statement [Units converted to seconds.] # TYPE pg_settings_log_min_duration_statement_seconds gauge pg_settings_log_min_duration_statement_seconds{server="localhost:5432"} -1 # HELP pg_settings_log_parser_stats Server Parameter: log_parser_stats # TYPE pg_settings_log_parser_stats gauge pg_settings_log_parser_stats{server="localhost:5432"} 0 # HELP pg_settings_log_planner_stats Server Parameter: log_planner_stats # TYPE pg_settings_log_planner_stats gauge pg_settings_log_planner_stats{server="localhost:5432"} 0 # HELP pg_settings_log_rotation_age_seconds Server Parameter: log_rotation_age [Units converted to seconds.] # TYPE pg_settings_log_rotation_age_seconds gauge pg_settings_log_rotation_age_seconds{server="localhost:5432"} 86400 # HELP pg_settings_log_rotation_size_bytes Server Parameter: log_rotation_size [Units converted to bytes.] # TYPE pg_settings_log_rotation_size_bytes gauge pg_settings_log_rotation_size_bytes{server="localhost:5432"} 1.048576e+07 # HELP pg_settings_log_statement_stats Server Parameter: log_statement_stats # TYPE pg_settings_log_statement_stats gauge pg_settings_log_statement_stats{server="localhost:5432"} 0 # HELP pg_settings_log_temp_files_bytes Server Parameter: log_temp_files [Units converted to bytes.] # TYPE pg_settings_log_temp_files_bytes gauge pg_settings_log_temp_files_bytes{server="localhost:5432"} -1 # HELP pg_settings_log_truncate_on_rotation Server Parameter: log_truncate_on_rotation # TYPE pg_settings_log_truncate_on_rotation gauge pg_settings_log_truncate_on_rotation{server="localhost:5432"} 0 # HELP pg_settings_logging_collector Server Parameter: logging_collector # TYPE pg_settings_logging_collector gauge pg_settings_logging_collector{server="localhost:5432"} 0 # HELP pg_settings_maintenance_work_mem_bytes Server Parameter: maintenance_work_mem [Units converted to bytes.] # TYPE pg_settings_maintenance_work_mem_bytes gauge pg_settings_maintenance_work_mem_bytes{server="localhost:5432"} 1.073741824e+09 # HELP pg_settings_max_connections Server Parameter: max_connections # TYPE pg_settings_max_connections gauge pg_settings_max_connections{server="localhost:5432"} 100 # HELP pg_settings_max_files_per_process Server Parameter: max_files_per_process # TYPE pg_settings_max_files_per_process gauge pg_settings_max_files_per_process{server="localhost:5432"} 1000 # HELP pg_settings_max_function_args Server Parameter: max_function_args # TYPE pg_settings_max_function_args gauge pg_settings_max_function_args{server="localhost:5432"} 100 # HELP pg_settings_max_identifier_length Server Parameter: max_identifier_length # TYPE pg_settings_max_identifier_length gauge pg_settings_max_identifier_length{server="localhost:5432"} 63 # HELP pg_settings_max_index_keys Server Parameter: max_index_keys # TYPE pg_settings_max_index_keys gauge pg_settings_max_index_keys{server="localhost:5432"} 32 # HELP pg_settings_max_locks_per_transaction Server Parameter: max_locks_per_transaction # TYPE pg_settings_max_locks_per_transaction gauge pg_settings_max_locks_per_transaction{server="localhost:5432"} 64 # HELP pg_settings_max_pred_locks_per_transaction Server Parameter: max_pred_locks_per_transaction # TYPE pg_settings_max_pred_locks_per_transaction gauge pg_settings_max_pred_locks_per_transaction{server="localhost:5432"} 64 # HELP pg_settings_max_prepared_transactions Server Parameter: max_prepared_transactions # TYPE pg_settings_max_prepared_transactions gauge pg_settings_max_prepared_transactions{server="localhost:5432"} 0 # HELP pg_settings_max_stack_depth_bytes Server Parameter: max_stack_depth [Units converted to bytes.] # TYPE pg_settings_max_stack_depth_bytes gauge pg_settings_max_stack_depth_bytes{server="localhost:5432"} 2.097152e+06 # HELP pg_settings_max_standby_archive_delay_seconds Server Parameter: max_standby_archive_delay [Units converted to seconds.] # TYPE pg_settings_max_standby_archive_delay_seconds gauge pg_settings_max_standby_archive_delay_seconds{server="localhost:5432"} 30 # HELP pg_settings_max_standby_streaming_delay_seconds Server Parameter: max_standby_streaming_delay [Units converted to seconds.] # TYPE pg_settings_max_standby_streaming_delay_seconds gauge pg_settings_max_standby_streaming_delay_seconds{server="localhost:5432"} 30 # HELP pg_settings_max_wal_senders Server Parameter: max_wal_senders # TYPE pg_settings_max_wal_senders gauge pg_settings_max_wal_senders{server="localhost:5432"} 0 # HELP pg_settings_password_encryption Server Parameter: password_encryption # TYPE pg_settings_password_encryption gauge pg_settings_password_encryption{server="localhost:5432"} 1 # HELP pg_settings_pg_stat_statements_max Server Parameter: pg_stat_statements.max # TYPE pg_settings_pg_stat_statements_max gauge pg_settings_pg_stat_statements_max{server="localhost:5432"} 1000 # HELP pg_settings_pg_stat_statements_save Server Parameter: pg_stat_statements.save # TYPE pg_settings_pg_stat_statements_save gauge pg_settings_pg_stat_statements_save{server="localhost:5432"} 1 # HELP pg_settings_pg_stat_statements_track_utility Server Parameter: pg_stat_statements.track_utility # TYPE pg_settings_pg_stat_statements_track_utility gauge pg_settings_pg_stat_statements_track_utility{server="localhost:5432"} 1 # HELP pg_settings_port Server Parameter: port # TYPE pg_settings_port gauge pg_settings_port{server="localhost:5432"} 5432 # HELP pg_settings_post_auth_delay_seconds Server Parameter: post_auth_delay [Units converted to seconds.] # TYPE pg_settings_post_auth_delay_seconds gauge pg_settings_post_auth_delay_seconds{server="localhost:5432"} 0 # HELP pg_settings_pre_auth_delay_seconds Server Parameter: pre_auth_delay [Units converted to seconds.] # TYPE pg_settings_pre_auth_delay_seconds gauge pg_settings_pre_auth_delay_seconds{server="localhost:5432"} 0 # HELP pg_settings_quote_all_identifiers Server Parameter: quote_all_identifiers # TYPE pg_settings_quote_all_identifiers gauge pg_settings_quote_all_identifiers{server="localhost:5432"} 0 # HELP pg_settings_random_page_cost Server Parameter: random_page_cost # TYPE pg_settings_random_page_cost gauge pg_settings_random_page_cost{server="localhost:5432"} 4 # HELP pg_settings_restart_after_crash Server Parameter: restart_after_crash # TYPE pg_settings_restart_after_crash gauge pg_settings_restart_after_crash{server="localhost:5432"} 1 # HELP pg_settings_segment_size_bytes Server Parameter: segment_size [Units converted to bytes.] # TYPE pg_settings_segment_size_bytes gauge pg_settings_segment_size_bytes{server="localhost:5432"} 1.073741824e+09 # HELP pg_settings_seq_page_cost Server Parameter: seq_page_cost # TYPE pg_settings_seq_page_cost gauge pg_settings_seq_page_cost{server="localhost:5432"} 1 # HELP pg_settings_server_version_num Server Parameter: server_version_num # TYPE pg_settings_server_version_num gauge pg_settings_server_version_num{server="localhost:5432"} 90325 # HELP pg_settings_shared_buffers_bytes Server Parameter: shared_buffers [Units converted to bytes.] # TYPE pg_settings_shared_buffers_bytes gauge pg_settings_shared_buffers_bytes{server="localhost:5432"} 4.294967296e+09 # HELP pg_settings_sql_inheritance Server Parameter: sql_inheritance # TYPE pg_settings_sql_inheritance gauge pg_settings_sql_inheritance{server="localhost:5432"} 1 # HELP pg_settings_ssl Server Parameter: ssl # TYPE pg_settings_ssl gauge pg_settings_ssl{server="localhost:5432"} 1 # HELP pg_settings_ssl_renegotiation_limit_bytes Server Parameter: ssl_renegotiation_limit [Units converted to bytes.] # TYPE pg_settings_ssl_renegotiation_limit_bytes gauge pg_settings_ssl_renegotiation_limit_bytes{server="localhost:5432"} 0 # HELP pg_settings_standard_conforming_strings Server Parameter: standard_conforming_strings # TYPE pg_settings_standard_conforming_strings gauge pg_settings_standard_conforming_strings{server="localhost:5432"} 1 # HELP pg_settings_statement_timeout_seconds Server Parameter: statement_timeout [Units converted to seconds.] # TYPE pg_settings_statement_timeout_seconds gauge pg_settings_statement_timeout_seconds{server="localhost:5432"} 0 # HELP pg_settings_superuser_reserved_connections Server Parameter: superuser_reserved_connections # TYPE pg_settings_superuser_reserved_connections gauge pg_settings_superuser_reserved_connections{server="localhost:5432"} 3 # HELP pg_settings_synchronize_seqscans Server Parameter: synchronize_seqscans # TYPE pg_settings_synchronize_seqscans gauge pg_settings_synchronize_seqscans{server="localhost:5432"} 1 # HELP pg_settings_tcp_keepalives_count Server Parameter: tcp_keepalives_count # TYPE pg_settings_tcp_keepalives_count gauge pg_settings_tcp_keepalives_count{server="localhost:5432"} 9 # HELP pg_settings_tcp_keepalives_idle_seconds Server Parameter: tcp_keepalives_idle [Units converted to seconds.] # TYPE pg_settings_tcp_keepalives_idle_seconds gauge pg_settings_tcp_keepalives_idle_seconds{server="localhost:5432"} 7200 # HELP pg_settings_tcp_keepalives_interval_seconds Server Parameter: tcp_keepalives_interval [Units converted to seconds.] # TYPE pg_settings_tcp_keepalives_interval_seconds gauge pg_settings_tcp_keepalives_interval_seconds{server="localhost:5432"} 75 # HELP pg_settings_temp_buffers_bytes Server Parameter: temp_buffers [Units converted to bytes.] # TYPE pg_settings_temp_buffers_bytes gauge pg_settings_temp_buffers_bytes{server="localhost:5432"} 8.388608e+06 # HELP pg_settings_temp_file_limit_bytes Server Parameter: temp_file_limit [Units converted to bytes.] # TYPE pg_settings_temp_file_limit_bytes gauge pg_settings_temp_file_limit_bytes{server="localhost:5432"} -1 # HELP pg_settings_trace_notify Server Parameter: trace_notify # TYPE pg_settings_trace_notify gauge pg_settings_trace_notify{server="localhost:5432"} 0 # HELP pg_settings_trace_sort Server Parameter: trace_sort # TYPE pg_settings_trace_sort gauge pg_settings_trace_sort{server="localhost:5432"} 0 # HELP pg_settings_track_activities Server Parameter: track_activities # TYPE pg_settings_track_activities gauge pg_settings_track_activities{server="localhost:5432"} 1 # HELP pg_settings_track_activity_query_size Server Parameter: track_activity_query_size # TYPE pg_settings_track_activity_query_size gauge pg_settings_track_activity_query_size{server="localhost:5432"} 1024 # HELP pg_settings_track_counts Server Parameter: track_counts # TYPE pg_settings_track_counts gauge pg_settings_track_counts{server="localhost:5432"} 1 # HELP pg_settings_track_io_timing Server Parameter: track_io_timing # TYPE pg_settings_track_io_timing gauge pg_settings_track_io_timing{server="localhost:5432"} 0 # HELP pg_settings_transaction_deferrable Server Parameter: transaction_deferrable # TYPE pg_settings_transaction_deferrable gauge pg_settings_transaction_deferrable{server="localhost:5432"} 0 # HELP pg_settings_transaction_read_only Server Parameter: transaction_read_only # TYPE pg_settings_transaction_read_only gauge pg_settings_transaction_read_only{server="localhost:5432"} 0 # HELP pg_settings_transform_null_equals Server Parameter: transform_null_equals # TYPE pg_settings_transform_null_equals gauge pg_settings_transform_null_equals{server="localhost:5432"} 0 # HELP pg_settings_unix_socket_permissions Server Parameter: unix_socket_permissions # TYPE pg_settings_unix_socket_permissions gauge pg_settings_unix_socket_permissions{server="localhost:5432"} 777 # HELP pg_settings_update_process_title Server Parameter: update_process_title # TYPE pg_settings_update_process_title gauge pg_settings_update_process_title{server="localhost:5432"} 1 # HELP pg_settings_vacuum_cost_delay_seconds Server Parameter: vacuum_cost_delay [Units converted to seconds.] # TYPE pg_settings_vacuum_cost_delay_seconds gauge pg_settings_vacuum_cost_delay_seconds{server="localhost:5432"} 0 # HELP pg_settings_vacuum_cost_limit Server Parameter: vacuum_cost_limit # TYPE pg_settings_vacuum_cost_limit gauge pg_settings_vacuum_cost_limit{server="localhost:5432"} 200 # HELP pg_settings_vacuum_cost_page_dirty Server Parameter: vacuum_cost_page_dirty # TYPE pg_settings_vacuum_cost_page_dirty gauge pg_settings_vacuum_cost_page_dirty{server="localhost:5432"} 20 # HELP pg_settings_vacuum_cost_page_hit Server Parameter: vacuum_cost_page_hit # TYPE pg_settings_vacuum_cost_page_hit gauge pg_settings_vacuum_cost_page_hit{server="localhost:5432"} 1 # HELP pg_settings_vacuum_cost_page_miss Server Parameter: vacuum_cost_page_miss # TYPE pg_settings_vacuum_cost_page_miss gauge pg_settings_vacuum_cost_page_miss{server="localhost:5432"} 10 # HELP pg_settings_vacuum_defer_cleanup_age Server Parameter: vacuum_defer_cleanup_age # TYPE pg_settings_vacuum_defer_cleanup_age gauge pg_settings_vacuum_defer_cleanup_age{server="localhost:5432"} 0 # HELP pg_settings_vacuum_freeze_min_age Server Parameter: vacuum_freeze_min_age # TYPE pg_settings_vacuum_freeze_min_age gauge pg_settings_vacuum_freeze_min_age{server="localhost:5432"} 5e+07 # HELP pg_settings_vacuum_freeze_table_age Server Parameter: vacuum_freeze_table_age # TYPE pg_settings_vacuum_freeze_table_age gauge pg_settings_vacuum_freeze_table_age{server="localhost:5432"} 1.5e+08 # HELP pg_settings_vacuum_multixact_freeze_min_age Server Parameter: vacuum_multixact_freeze_min_age # TYPE pg_settings_vacuum_multixact_freeze_min_age gauge pg_settings_vacuum_multixact_freeze_min_age{server="localhost:5432"} 5e+06 # HELP pg_settings_vacuum_multixact_freeze_table_age Server Parameter: vacuum_multixact_freeze_table_age # TYPE pg_settings_vacuum_multixact_freeze_table_age gauge pg_settings_vacuum_multixact_freeze_table_age{server="localhost:5432"} 1.5e+08 # HELP pg_settings_wal_block_size Server Parameter: wal_block_size # TYPE pg_settings_wal_block_size gauge pg_settings_wal_block_size{server="localhost:5432"} 8192 # HELP pg_settings_wal_buffers_bytes Server Parameter: wal_buffers [Units converted to bytes.] # TYPE pg_settings_wal_buffers_bytes gauge pg_settings_wal_buffers_bytes{server="localhost:5432"} 1.6777216e+07 # HELP pg_settings_wal_keep_segments Server Parameter: wal_keep_segments # TYPE pg_settings_wal_keep_segments gauge pg_settings_wal_keep_segments{server="localhost:5432"} 0 # HELP pg_settings_wal_receiver_status_interval_seconds Server Parameter: wal_receiver_status_interval [Units converted to seconds.] # TYPE pg_settings_wal_receiver_status_interval_seconds gauge pg_settings_wal_receiver_status_interval_seconds{server="localhost:5432"} 10 # HELP pg_settings_wal_receiver_timeout_seconds Server Parameter: wal_receiver_timeout [Units converted to seconds.] # TYPE pg_settings_wal_receiver_timeout_seconds gauge pg_settings_wal_receiver_timeout_seconds{server="localhost:5432"} 60 # HELP pg_settings_wal_segment_size_bytes Server Parameter: wal_segment_size [Units converted to bytes.] # TYPE pg_settings_wal_segment_size_bytes gauge pg_settings_wal_segment_size_bytes{server="localhost:5432"} 1.6777216e+07 # HELP pg_settings_wal_sender_timeout_seconds Server Parameter: wal_sender_timeout [Units converted to seconds.] # TYPE pg_settings_wal_sender_timeout_seconds gauge pg_settings_wal_sender_timeout_seconds{server="localhost:5432"} 60 # HELP pg_settings_wal_writer_delay_seconds Server Parameter: wal_writer_delay [Units converted to seconds.] # TYPE pg_settings_wal_writer_delay_seconds gauge pg_settings_wal_writer_delay_seconds{server="localhost:5432"} 0.2 # HELP pg_settings_work_mem_bytes Server Parameter: work_mem [Units converted to bytes.] # TYPE pg_settings_work_mem_bytes gauge pg_settings_work_mem_bytes{server="localhost:5432"} 1.6777216e+07 # HELP pg_settings_zero_damaged_pages Server Parameter: zero_damaged_pages # TYPE pg_settings_zero_damaged_pages gauge pg_settings_zero_damaged_pages{server="localhost:5432"} 0 # HELP pg_stat_activity_count number of connections in this state # TYPE pg_stat_activity_count gauge pg_stat_activity_count{application_name="",datname="postgres",server="localhost:5432",state="active",usename=""} 0 pg_stat_activity_count{application_name="",datname="postgres",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_count{application_name="",datname="postgres",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_count{application_name="",datname="postgres",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_count{application_name="",datname="postgres",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_count{application_name="",datname="template0",server="localhost:5432",state="active",usename=""} 0 pg_stat_activity_count{application_name="",datname="template0",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_count{application_name="",datname="template0",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_count{application_name="",datname="template0",server="localhost:5432",state="idle",usename=""} 0 pg_stat_activity_count{application_name="",datname="template0",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_count{application_name="",datname="template0",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_count{application_name="",datname="template1",server="localhost:5432",state="active",usename=""} 0 pg_stat_activity_count{application_name="",datname="template1",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_count{application_name="",datname="template1",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_count{application_name="",datname="template1",server="localhost:5432",state="idle",usename=""} 0 pg_stat_activity_count{application_name="",datname="template1",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_count{application_name="",datname="template1",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="active",usename="postgres"} 1 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="idle",usename="tad"} 29 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_count{application_name="pgAdmin 4 - DB:postgres",datname="postgres",server="localhost:5432",state="idle",usename="postgres"} 1 pg_stat_activity_count{application_name="pgAdmin 4 - DB:postgres",datname="postgres",server="localhost:5432",state="idle",usename="tad"} 1 pg_stat_activity_count{application_name="pgAdmin 4 - DB:tscoprod",datname="tscoprod",server="localhost:5432",state="idle",usename="postgres"} 1 # 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="",datname="postgres",server="localhost:5432",state="active",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="postgres",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="postgres",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="postgres",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="postgres",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template0",server="localhost:5432",state="active",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template0",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template0",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template0",server="localhost:5432",state="idle",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template0",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template0",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template1",server="localhost:5432",state="active",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template1",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template1",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template1",server="localhost:5432",state="idle",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template1",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="template1",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="active",usename="postgres"} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="idle",usename="tad"} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - DB:postgres",datname="postgres",server="localhost:5432",state="idle",usename="postgres"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - DB:postgres",datname="postgres",server="localhost:5432",state="idle",usename="tad"} 0 pg_stat_activity_max_tx_duration{application_name="pgAdmin 4 - DB:tscoprod",datname="tscoprod",server="localhost:5432",state="idle",usename="postgres"} 0 # 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 4.943900464e+10 # HELP pg_stat_bgwriter_buffers_backend_fsync_total Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write) # TYPE pg_stat_bgwriter_buffers_backend_fsync_total counter pg_stat_bgwriter_buffers_backend_fsync_total 0 # HELP pg_stat_bgwriter_buffers_backend_total Number of buffers written directly by a backend # TYPE pg_stat_bgwriter_buffers_backend_total counter pg_stat_bgwriter_buffers_backend_total 4.42894142e+08 # HELP pg_stat_bgwriter_buffers_checkpoint_total Number of buffers written during checkpoints # TYPE pg_stat_bgwriter_buffers_checkpoint_total counter pg_stat_bgwriter_buffers_checkpoint_total 3.98054507e+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 8.92961108e+08 # HELP pg_stat_bgwriter_checkpoint_sync_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are synchronized to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_sync_time_total counter pg_stat_bgwriter_checkpoint_sync_time_total 1.17312229e+08 # HELP pg_stat_bgwriter_checkpoint_write_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_write_time_total counter pg_stat_bgwriter_checkpoint_write_time_total 3.146642826e+09 # HELP pg_stat_bgwriter_checkpoints_req_total Number of requested checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_req_total counter pg_stat_bgwriter_checkpoints_req_total 99863 # HELP pg_stat_bgwriter_checkpoints_timed_total Number of scheduled checkpoints that have been performed # TYPE pg_stat_bgwriter_checkpoints_timed_total counter pg_stat_bgwriter_checkpoints_timed_total 116373 # 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 2.949785e+06 # 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.728388047e+09 # 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="12030",datname="template0"} 0 pg_stat_database_blk_read_time{datid="12035",datname="postgres"} 0 pg_stat_database_blk_read_time{datid="272183",datname="tscoprod"} 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="12030",datname="template0"} 0 pg_stat_database_blk_write_time{datid="12035",datname="postgres"} 0 pg_stat_database_blk_write_time{datid="272183",datname="tscoprod"} 0 # HELP pg_stat_database_blks_hit Number of times disk blocks were found already in the buffer cache, so that a read was not necessary (this only includes hits in the PostgreSQL buffer cache, not the operating system's file system cache) # TYPE pg_stat_database_blks_hit counter pg_stat_database_blks_hit{datid="1",datname="template1"} 3.9976016e+07 pg_stat_database_blks_hit{datid="12030",datname="template0"} 0 pg_stat_database_blks_hit{datid="12035",datname="postgres"} 3.578771e+07 pg_stat_database_blks_hit{datid="272183",datname="tscoprod"} 5.19294163011e+11 # HELP pg_stat_database_blks_read Number of disk blocks read in this database # TYPE pg_stat_database_blks_read counter pg_stat_database_blks_read{datid="1",datname="template1"} 5.9285e+06 pg_stat_database_blks_read{datid="12030",datname="template0"} 0 pg_stat_database_blks_read{datid="12035",datname="postgres"} 5.608823e+06 pg_stat_database_blks_read{datid="272183",datname="tscoprod"} 3.73910132153e+11 # 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="12030",datname="template0"} 0 pg_stat_database_conflicts{datid="12035",datname="postgres"} 0 pg_stat_database_conflicts{datid="272183",datname="tscoprod"} 0 # HELP pg_stat_database_conflicts_confl_bufferpin Number of queries in this database that have been canceled due to pinned buffers # TYPE pg_stat_database_conflicts_confl_bufferpin counter pg_stat_database_conflicts_confl_bufferpin{datid="1",datname="template1",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="12030",datname="template0",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="12035",datname="postgres",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_bufferpin{datid="272183",datname="tscoprod",server="localhost:5432"} 0 # HELP pg_stat_database_conflicts_confl_deadlock Number of queries in this database that have been canceled due to deadlocks # TYPE pg_stat_database_conflicts_confl_deadlock counter pg_stat_database_conflicts_confl_deadlock{datid="1",datname="template1",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="12030",datname="template0",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="12035",datname="postgres",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_deadlock{datid="272183",datname="tscoprod",server="localhost:5432"} 0 # HELP pg_stat_database_conflicts_confl_lock Number of queries in this database that have been canceled due to lock timeouts # TYPE pg_stat_database_conflicts_confl_lock counter pg_stat_database_conflicts_confl_lock{datid="1",datname="template1",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="12030",datname="template0",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="12035",datname="postgres",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_lock{datid="272183",datname="tscoprod",server="localhost:5432"} 0 # HELP pg_stat_database_conflicts_confl_snapshot Number of queries in this database that have been canceled due to old snapshots # TYPE pg_stat_database_conflicts_confl_snapshot counter pg_stat_database_conflicts_confl_snapshot{datid="1",datname="template1",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="12030",datname="template0",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="12035",datname="postgres",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_snapshot{datid="272183",datname="tscoprod",server="localhost:5432"} 0 # HELP pg_stat_database_conflicts_confl_tablespace Number of queries in this database that have been canceled due to dropped tablespaces # TYPE pg_stat_database_conflicts_confl_tablespace counter pg_stat_database_conflicts_confl_tablespace{datid="1",datname="template1",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="12030",datname="template0",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="12035",datname="postgres",server="localhost:5432"} 0 pg_stat_database_conflicts_confl_tablespace{datid="272183",datname="tscoprod",server="localhost:5432"} 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="12030",datname="template0"} 0 pg_stat_database_deadlocks{datid="12035",datname="postgres"} 0 pg_stat_database_deadlocks{datid="272183",datname="tscoprod"} 538 # 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="12030",datname="template0"} 0 pg_stat_database_numbackends{datid="12035",datname="postgres"} 2 pg_stat_database_numbackends{datid="272183",datname="tscoprod"} 32 # 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"} 1.728388053e+09 pg_stat_database_stats_reset{datid="12030",datname="template0"} 0 pg_stat_database_stats_reset{datid="12035",datname="postgres"} 1.729139191e+09 pg_stat_database_stats_reset{datid="272183",datname="tscoprod"} 1.728388049e+09 # 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="12030",datname="template0"} 0 pg_stat_database_temp_bytes{datid="12035",datname="postgres"} 0 pg_stat_database_temp_bytes{datid="272183",datname="tscoprod"} 1.6353636368412e+13 # 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="12030",datname="template0"} 0 pg_stat_database_temp_files{datid="12035",datname="postgres"} 0 pg_stat_database_temp_files{datid="272183",datname="tscoprod"} 2.6777472e+07 # 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="12030",datname="template0"} 0 pg_stat_database_tup_deleted{datid="12035",datname="postgres"} 0 pg_stat_database_tup_deleted{datid="272183",datname="tscoprod"} 2.8931142e+07 # 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"} 1.1021985e+07 pg_stat_database_tup_fetched{datid="12030",datname="template0"} 0 pg_stat_database_tup_fetched{datid="12035",datname="postgres"} 8.781559e+06 pg_stat_database_tup_fetched{datid="272183",datname="tscoprod"} 3.91947926646e+11 # 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="12030",datname="template0"} 0 pg_stat_database_tup_inserted{datid="12035",datname="postgres"} 0 pg_stat_database_tup_inserted{datid="272183",datname="tscoprod"} 3.6754207e+07 # HELP pg_stat_database_tup_returned Number of rows returned by queries in this database # TYPE pg_stat_database_tup_returned counter pg_stat_database_tup_returned{datid="1",datname="template1"} 6.79032146e+08 pg_stat_database_tup_returned{datid="12030",datname="template0"} 0 pg_stat_database_tup_returned{datid="12035",datname="postgres"} 6.63016528e+08 pg_stat_database_tup_returned{datid="272183",datname="tscoprod"} 5.352042896273e+12 # HELP pg_stat_database_tup_updated Number of rows updated by queries in this database # TYPE pg_stat_database_tup_updated counter pg_stat_database_tup_updated{datid="1",datname="template1"} 707 pg_stat_database_tup_updated{datid="12030",datname="template0"} 0 pg_stat_database_tup_updated{datid="12035",datname="postgres"} 11690 pg_stat_database_tup_updated{datid="272183",datname="tscoprod"} 3.9084288e+08 # 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"} 1.546902e+06 pg_stat_database_xact_commit{datid="12030",datname="template0"} 0 pg_stat_database_xact_commit{datid="12035",datname="postgres"} 1.47176e+06 pg_stat_database_xact_commit{datid="272183",datname="tscoprod"} 3.22968845e+08 # 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"} 38 pg_stat_database_xact_rollback{datid="12030",datname="template0"} 0 pg_stat_database_xact_rollback{datid="12035",datname="postgres"} 26 pg_stat_database_xact_rollback{datid="272183",datname="tscoprod"} 336326 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="localhost:5432",short_version="9.3.25",version="PostgreSQL 9.3.25 on x86_64-pc-linux-gnu (Ubuntu 9.3.25-3.pgdg16.04+1), compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609, 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="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 3.436601e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.11410751e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 5.8538575e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 8.5855355e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 4.0198562e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 1.27125243e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 159602 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 3.59790468e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 30 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_column",schemaname="public"} 2.933022776e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dataset",schemaname="public"} 1167 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 262 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 4562 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 994 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dimension",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 4.1431054e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 4.8481957e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 4.921818e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 4.5936497e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_error_log",schemaname="public"} 5.0947372e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 1.430539e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 7.91637574e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 9.1241389e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 214305 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 2.326502e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 127002 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 72 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 3.584283e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 3.28790999e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 6.132012e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_message",schemaname="public"} 6.2376645e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_model_object",schemaname="public"} 1.00822175e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 6.26201e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 4763 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module",schemaname="public"} 1.21827383e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 24795 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 134289 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_install",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_log",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 285 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_month",schemaname="public"} 36 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org",schemaname="public"} 5.117970386e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 5.5044992e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 2.438161e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 2.8042448e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 2.73672256e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 138423 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 2.474606e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 1.234276e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 8.86447146e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 1.0796579e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 1.105999e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_para",schemaname="public"} 266566 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_request",schemaname="public"} 7.9131668e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 2.526866e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 203 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 5.2650427e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 388838 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 115813 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 1.00015459e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 1.9193378e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 485 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_reference",schemaname="public"} 2.68076479e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 7.4324678e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.5828123e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_sequence",schemaname="public"} 5.450401e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 2.84522866e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 1.34289937e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 191123 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 724359 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 9.75430365e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 1.86996947e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_table",schemaname="public"} 1.1253848934e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_table_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 30495 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 3.62893305e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tree",schemaname="public"} 7.76589101e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 2.236159271e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 4.0833159e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 1.341697e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 6.5201778e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 9.2536889e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 1.23558459e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="aim_indent",schemaname="public"} 1394 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 236851 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="aim_period",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 123868 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 1.03562825e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 571266 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 1159 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 249494 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 410 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 5333 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 1782 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 44 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_user3",schemaname="public"} 9.9144141e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 1.0686992e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 33974 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 103 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 192 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema",schemaname="public"} 1.76101e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 440 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 5.981425e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 5.872534e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 1.3939503e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bank",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 1674 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 67747 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 383 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_group",schemaname="public"} 2.3447475e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 2249 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 25441 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 90150 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner",schemaname="public"} 3.657411692e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 198828 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 1.583522e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_budget",schemaname="public"} 18 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_calendar",schemaname="public"} 6168 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_campaign",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_cash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_cashbook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_cashline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_commission",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_commissionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 267443 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_costcenter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_country",schemaname="public"} 921779 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_country_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_currency",schemaname="public"} 1.04949227e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_discount",schemaname="public"} 829649 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 2.5746062749e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 8.187072e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 3285 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 9.5000966e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 780 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 2597 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_externalpos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_file",schemaname="public"} 110163 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 2.9123266e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 1.9077252e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice",schemaname="public"} 1.18335157388e+11 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 2806 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 137546 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 3.887247541e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 7.236e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 22585 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 1.9426105e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_location",schemaname="public"} 8.733875e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_order",schemaname="public"} 1.7357439334e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 5.874273e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 4.836496126e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 9.5673969e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 2.457648099e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 5.061088e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 241115 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_period",schemaname="public"} 2.28868529e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 7.2425385e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 15302 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_phase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 602402 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_poc_email",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 121915 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_region",schemaname="public"} 1.515119e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_remittance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_return_reason",schemaname="public"} 6009 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax",schemaname="public"} 7.88038077e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 155612 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_report",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 1.376595e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 2638 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 1.405868e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 2.45698e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 1265 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxregister",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_uom",schemaname="public"} 5.9125388e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 517766 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 3.2154409e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_withholding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_year",schemaname="public"} 1.0754232e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 1.883786006e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 3.123234e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 4.512041e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 4.454911e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 88726 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 40 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 6 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment",schemaname="public"} 2.0337701494e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 1174 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 8.32732835e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 6.51899145e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 2.325464011e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 3.0835905e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 2.919068e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 279355 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 2717 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 664 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 18338 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 11028 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_period",schemaname="public"} 240334 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 81671 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 302104 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 1540 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 1529 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 1559 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 1645 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 376449 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 49024 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 278776 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 1638 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 17817 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 303773 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 5.81397e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 1071 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 119253 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 7.03847e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 16265 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 1539 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_category",schemaname="public"} 5.190374e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 3.827748612e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 3.3650192e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 1.0496694e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributeset",schemaname="public"} 1.806525e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 3.8854738e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_ch_value",schemaname="public"} 3063 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 39179 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_costing",schemaname="public"} 15958 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_discountschema",schemaname="public"} 12 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 26 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inout",schemaname="public"} 8.773906938e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 6.65776152e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inventory",schemaname="public"} 5.4497395e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 289298 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_landedcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_locator",schemaname="public"} 4.5101662e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_lotctl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_matchinv",schemaname="public"} 5.04336736e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 3.583483e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 137546 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer",schemaname="public"} 1.271798e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 41 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 8 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 25 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_product",schemaname="public"} 2 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_type",schemaname="public"} 284 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_pricelist",schemaname="public"} 3.5321738e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 7.534632e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 2.3288446913e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 1.385597e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_category",schemaname="public"} 3.239175e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 63625 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_ch",schemaname="public"} 605525 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 56502 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_org",schemaname="public"} 3107 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_po",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_production",schemaname="public"} 137567 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_productionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_productionplan",schemaname="public"} 47 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 3.846453429e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_requisition",schemaname="public"} 104 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 2.695966e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 2.6139067804e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 2.1371413e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_transaction",schemaname="public"} 2.1068976026e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse",schemaname="public"} 8.0187863e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 230 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 118365 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 3.174789e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 2235 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 3472 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 6.155533e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 342976 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 35 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 244503 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 5.8228556e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 2.996129e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 7.9501651e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 1.482919e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 58110 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1093 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 2180 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 4079 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 4233 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.0652052e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 10568 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 842357 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 1.656129e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 524866 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 2.9734138e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 501 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 2358 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 1.11019772e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 1.01562344e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obulog_config",schemaname="public"} 70 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="sp_society",schemaname="public"} 7207 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="sp_societyline",schemaname="public"} 302670 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 6.2831078e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="user2",schemaname="public"} 1.194348e+06 # 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="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 531 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alert",schemaname="public"} 510706 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.5377865e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 2.81185e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 538 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 3626 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 5.017742e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 1.418888e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 450218 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 285530 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 383444 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 568 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 1.05417134e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset",schemaname="public"} 609 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 572 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 7547 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 7170 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dimension",schemaname="public"} 519 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 1.490844e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 8.464234e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 382809 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 87559 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_error_log",schemaname="public"} 1.044685e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 51831 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 1.37240491e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 2.8118561e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 225827 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_form",schemaname="public"} 299205 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 198563 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 16813 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 2.172791e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 652301 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 6.036034e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_message",schemaname="public"} 1.7508846e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object",schemaname="public"} 4.866858e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 2.413672e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 591 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module",schemaname="public"} 2.311961e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 74432 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 2078 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_install",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_log",schemaname="public"} 5698 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 569 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_month",schemaname="public"} 534 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_org",schemaname="public"} 5.193929e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 908865 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 249933 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 2.705657e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 586 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 329805 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 1538 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 417771 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 297924 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.066975757e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 2.681519e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 4.903233e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_para",schemaname="public"} 126364 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_request",schemaname="public"} 2.355229e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 1.593425e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 15979 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 6.1216e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 155614 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 112802 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 1.209558e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 302975 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 569 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_reference",schemaname="public"} 5.240922e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 869 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 1.1527075e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 8.583071e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_sequence",schemaname="public"} 4.407421e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 1.6153172e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 6.1116233e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 109753 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 118724 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 1.849652e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 1.0406342e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_table",schemaname="public"} 3.4768921e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_table_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 4072 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 1.21157701e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tree",schemaname="public"} 570975 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 9.536537e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 8.362581e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 463967 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 3.391682e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 4.801003e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 7.6137429e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_indent",schemaname="public"} 5014 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 7.625223e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_period",schemaname="public"} 518 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 270491 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 7.2051823e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 122670 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 39744 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 1.3441759e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 12673 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 4.469721e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 14042 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 9540 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_transportname",schemaname="public"} 518 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_user3",schemaname="public"} 152006 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 3.080198e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 72916 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 613 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 3120 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 522 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 548 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 518 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema",schemaname="public"} 228434 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 584 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 120419 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 73720 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 251438 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_activity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bank",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 2940 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 736281 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 623 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 488195 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 15125 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 7811 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 742775 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner",schemaname="public"} 2.711377e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 376779 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 4.162861e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 546 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_budgetline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_calendar",schemaname="public"} 11290 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_campaign",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_cash",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_cashbook",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_cashline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_charge",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_city",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_commission",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_commissionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 60892 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_costcenter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_country",schemaname="public"} 683759 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_country_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_currency",schemaname="public"} 1.262118e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_discount",schemaname="public"} 193051 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 1.83053995e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 6.892199e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_element",schemaname="public"} 995 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 7.026476e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 946 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 18359 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_externalpos",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_file",schemaname="public"} 1.822617e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 2.881625e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 1.461864e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice",schemaname="public"} 1.07769530124e+11 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 193662 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 134819 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 3.676236553e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 9.8780444e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 70450 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 4.8594072e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_location",schemaname="public"} 1.55649e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_order",schemaname="public"} 1.7696803156e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 1.5996862e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 1.6267211056e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.2894879407e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 2.36644698e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 328755 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 156011 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_period",schemaname="public"} 1.077213e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 1.3587168e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 6633 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_phase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 448063 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_poc_email",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 93868 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_region",schemaname="public"} 352967 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_remittance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_return_reason",schemaname="public"} 2903 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax",schemaname="public"} 4.98639e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 92519 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_report",schemaname="public"} 528 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 649230 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 1463 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 272378 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 41113 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 9910 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxregister",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 519 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 520 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_uom",schemaname="public"} 378944 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 253619 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 1.655333e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_withholding",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_year",schemaname="public"} 127843 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 1.2858775873e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 752935 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 1.85697638e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 971698 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 93011 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 535 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 547 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 515 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment",schemaname="public"} 3.3791696753e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 6415 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.820231392e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 5.44251155e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 3.361922246e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 380100 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 588257 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 37638 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 5490 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 5395 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 729 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 419647 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 4356 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_period",schemaname="public"} 58812 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 8613 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 179853 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 777 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 777 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 787 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 818 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 207572 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 7079 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 105269 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 796 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 9013 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 63535 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 1.500404e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 594 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 29916 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 1.469566e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 3130 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 775 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 522 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_category",schemaname="public"} 279626 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 7.3014022e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.4940085e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 1.5584035e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="idl_entities",schemaname="public"} 514 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="idl_fields",schemaname="public"} 4112 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributeset",schemaname="public"} 64395 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 244269 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_brand",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_ch_value",schemaname="public"} 23880 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 982 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costing",schemaname="public"} 9138 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 514 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_discountschema",schemaname="public"} 554 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 555 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inout",schemaname="public"} 2.7105836709e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 5.774832186e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inventory",schemaname="public"} 1.8046176e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 1.221542e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_landedcost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 512 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lc_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_locator",schemaname="public"} 1.430802e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_lotctl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_matchinv",schemaname="public"} 1.660898148e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 3.50325196e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 45659 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer",schemaname="public"} 245689 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 512 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 555 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 516 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 529 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 514 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 517 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_type",schemaname="public"} 564 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_pricelist",schemaname="public"} 295057 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 96249 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 3.0571885794e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 1.4639539e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_category",schemaname="public"} 633522 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 5402 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch",schemaname="public"} 1.0778209e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 2.91044427e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 4.614183e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_org",schemaname="public"} 523 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_po",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_template",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_uom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_production",schemaname="public"} 45598 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_productionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_productionplan",schemaname="public"} 539 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 1.557939441e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 513 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 512 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisition",schemaname="public"} 592 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 5.1505425e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 7.2431749166e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 1.2644967e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_transaction",schemaname="public"} 4.36311754e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse",schemaname="public"} 5.553015e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 6659 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 38434 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_template",schemaname="public"} 290233 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 1201 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 1328 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 186124 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 137742 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 4097 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 152553 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 2.9795099e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 63910 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 2.436759e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 64034 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 75534 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1320 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 525 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 690 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 28452 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 61424 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.936687e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 66906 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 346898 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 301217 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 113559 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 1.842062e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 693 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 31539 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 1.705685e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 4.602499e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obulog_config",schemaname="public"} 582 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="sp_society",schemaname="public"} 1130 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 24111 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 1.337764e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="user2",schemaname="public"} 382840 # 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="tscoprod",relname="a_amortization",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 3.029344e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_asset_group",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 140 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 43834 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 7.746082e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 4.339132e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 4.1099801e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 1716 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 2.307808e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 670376 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 10276 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 83862 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_column",schemaname="public"} 2.09801703e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 121299 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset",schemaname="public"} 200 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 255 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dimension",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 4.5115134e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 1.33230675e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 1.844148e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 4.27175e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 14081 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_error_log",schemaname="public"} 66415 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 612 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 1708 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 2.50333755e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 6.222127e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 1.0113767e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 515 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 188204 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 334064 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 1.440153e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 134 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 967766 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 61528 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 3.0802961e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 3.575558e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_message",schemaname="public"} 2.7988021e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 2.3622289e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object",schemaname="public"} 4.9027954e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 1.599064e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module",schemaname="public"} 899265 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 1495 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 991 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 1411 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_install",schemaname="public"} 770 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_log",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_month",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org",schemaname="public"} 1.726645096e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 15649 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 205 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 4.938363e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 5.2234208e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 1.80492004e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 108636 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 1.980215e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 1.71634e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.11721252e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 1.6934012e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 4.482821e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_group",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 290 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_para",schemaname="public"} 457416 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 53830 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_request",schemaname="public"} 739418 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 9.630881e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 158133 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 318 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 7.8861337e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 6.0178402e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 104614 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 1033 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 93020 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 3525 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_reference",schemaname="public"} 1.77691331e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 64040 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 2.13240039e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.3173834e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_sequence",schemaname="public"} 2.207913e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 1.84600616e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 38611 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 2.54865377e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 10681 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 15008 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 3.9756177e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 8.4429545e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 1.096781e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table",schemaname="public"} 7.57985619e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table_access",schemaname="public"} 5.2617266e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 246 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 1.2124168e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 6.1240935e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tree",schemaname="public"} 4.114677e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 5.782042833e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 1.01075157e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 2.794464e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 2.0108243e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 1.11035481e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 2.33036594e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 2.3868459e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aim_indent",schemaname="public"} 241 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aim_period",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 22016 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 21613 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 14881 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 48620 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 67 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 4516 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_user3",schemaname="public"} 694939 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 947492 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 3200 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 179 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema",schemaname="public"} 139179 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 88 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 32574 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 13429 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 196021 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 141428 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 1.235569e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_activity",schemaname="public"} 632004 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bank",schemaname="public"} 397 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 44199 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 412 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 404 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 671 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 265 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 103514 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_group",schemaname="public"} 1.3922907e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 161 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 613 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 134129 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 1.501243e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner",schemaname="public"} 1.005858397e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 2196 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 3.9512726e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_budget",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_budgetline",schemaname="public"} 208 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_calendar",schemaname="public"} 200 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_campaign",schemaname="public"} 682544 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cash",schemaname="public"} 898 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cashbook",schemaname="public"} 21985 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 196 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cashline",schemaname="public"} 7323 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_charge",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_city",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commission",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 171 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 29466 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissionline",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 428 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 1209 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 1149 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_costcenter",schemaname="public"} 3.98684e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_country",schemaname="public"} 384034 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_country_trl",schemaname="public"} 32334 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_currency",schemaname="public"} 1.591363e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 2.459777396e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_discount",schemaname="public"} 80480 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 6.71367875e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 8.842247e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 299 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 638 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 357 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 9.3899176e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 954 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_externalpos",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_file",schemaname="public"} 8.876929e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 1.9727941e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 1.708219e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 21865 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_incoterms",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice",schemaname="public"} 1.452239856e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 32315 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 336087 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 2.80834749e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 175408 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 268423 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 1.051592e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 7523 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 1.6311234e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 377301 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_location",schemaname="public"} 1.820579e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_order",schemaname="public"} 6.115545525e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 1.5879876e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 9.484311147e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 74237 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 428217 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.06461e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 6.672911274e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 31623 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 6327 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 168124 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_period",schemaname="public"} 3.538607e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 3.3501287e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 3781 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_phase",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 138024 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 685554 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_email",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 271783 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 5.711563e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_project_acct",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectissue",schemaname="public"} 8784 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 17371 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 5458 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 284 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projecttask",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projecttype",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_region",schemaname="public"} 647990 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_remittance",schemaname="public"} 119 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 368 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_return_reason",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_salary_category",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_salesregion",schemaname="public"} 234336 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_settlement",schemaname="public"} 1091 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_task",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax",schemaname="public"} 7.583962e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 370051 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_report",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 2.669455e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 68246 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 30531 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 529 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 75 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxregister",schemaname="public"} 6402 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 48764 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom",schemaname="public"} 172268 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 811819 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 90621 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 3.3535699e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_withholding",schemaname="public"} 743849 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_year",schemaname="public"} 18867 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 3.935131175e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 24545 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 12691 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 1096 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 7142 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 210 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 4.095731e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 9.714056e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 4.129597e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 114605 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 7188 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 2376 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment",schemaname="public"} 5.235332751e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 9.2875732e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 134355 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 4756 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 433 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 320 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 974 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 2.697284516e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 7.282605487e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 1.5736e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 3643 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 241555 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 7491 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 107912 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 194 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 3126 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 170 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_period",schemaname="public"} 170949 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 10856 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 886 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 1840 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 33053 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 1500 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 345 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 46916 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 42957 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 447 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 278818 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 11786 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 13749 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_category",schemaname="public"} 63442 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 3.12217396e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 6.529181e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 3.986169e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attribute",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributeset",schemaname="public"} 1054 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 46282 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 150 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_brand",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 96 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ch_value",schemaname="public"} 3066 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 633 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 1233 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costing",schemaname="public"} 16403 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 136 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_discountschema",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inout",schemaname="public"} 1.68536253e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 1.645463981e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 217892 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inventory",schemaname="public"} 414695 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 674576 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_landedcost",schemaname="public"} 1158 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 179119 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 94309 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 19443 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 2544 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_type",schemaname="public"} 25 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_locator",schemaname="public"} 4.4613513e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lotctl",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_matchinv",schemaname="public"} 1.284467e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 2.50482e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 3684 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_movementline",schemaname="public"} 10661 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer",schemaname="public"} 2139 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 6094 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 6097 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 2.605514e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 6097 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 4061 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 6093 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_product",schemaname="public"} 6098 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_type",schemaname="public"} 1296 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_pricelist",schemaname="public"} 2.406549e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 26720 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 3.5555588492e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 339953 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_bom",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category",schemaname="public"} 840742 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 3233 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch",schemaname="public"} 59639 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 35549 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 6149 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 892 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_org",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_po",schemaname="public"} 77332 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_template",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_trl",schemaname="public"} 2.48190689e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_uom",schemaname="public"} 6.158779e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_production",schemaname="public"} 3682 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productionline",schemaname="public"} 10910 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productionplan",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 2.6911831241e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 281 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 294 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_requisition",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 1272 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 898020 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_reservation",schemaname="public"} 1.809701e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 1.170082e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_shipper",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 724400 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 7.890067e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 2.4119030769e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 9.418098e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_substitute",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_transaction",schemaname="public"} 4.489358605e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 854928 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse",schemaname="public"} 1.7306145e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 3208 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 683011 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_ccp",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 35 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 136 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_machine",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 280 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 282 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 4236 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_process",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_processplan",schemaname="public"} 393 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 220 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_sequence",schemaname="public"} 584 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 640 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_toolset",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 192 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 618 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_planner",schemaname="public"} 37 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 10860 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 201 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 8192 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 2186 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 482 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 394662 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 1.860822e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 2636 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 2225 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 2.764611e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 832 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 84 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 453142 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 1314 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 38209 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 1264 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 568 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 7.2930858e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 1.0585034e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 7.9557162e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 246 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 5.414744e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.489856e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 511664 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 131 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 927 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 485917 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 1551 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 142 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 331 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 26767 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 5203 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 1.682233e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 8.775432e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obulog_config",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 733 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 16824 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="sp_society",schemaname="public"} 65 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="sp_societyline",schemaname="public"} 10530 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 642849 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="user2",schemaname="public"} 1825 # 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="tscoprod",relname="a_amortization",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_asset",schemaname="public"} 616871 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_asset_group",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 50508 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alert",schemaname="public"} 985988 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.12277e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 347035 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 6151 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 268794 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 220644 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 14112 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 114432 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 3.3617297e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 28135 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 196 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 3628 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dimension",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 787877 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 3.913998e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 372090 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 3.573992e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 71301 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_error_log",schemaname="public"} 23451 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 17051 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 2.122942e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 4.545378e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 285643 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 5794 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 226873 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form",schemaname="public"} 117193 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 639802 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 117 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 401 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 327508 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 130545 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 633433 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 170294 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_message",schemaname="public"} 2.433416e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 572943 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object",schemaname="public"} 2.420657e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 575335 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 152 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module",schemaname="public"} 293097 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 16413 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 491 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 53 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_install",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_log",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_month",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org",schemaname="public"} 1.870541e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 79103 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 652992 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 807419 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 71 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 256620 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 1219 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 406592 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 606561 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 4.807373e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 1.233777e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 1.976925e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_group",schemaname="public"} 59 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_para",schemaname="public"} 319272 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 104 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_request",schemaname="public"} 293454 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 7.079508e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 165112 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 162 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 2.509587e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 617562 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 88723 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 11539 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 90808 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 12325 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_reference",schemaname="public"} 2.032892e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 525 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 311 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 1.2376936e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.190577e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_sequence",schemaname="public"} 912369 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 1.321585e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session_status",schemaname="public"} 67964 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 5.4044026e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 43724 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 46678 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 5.983242e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 3.029198e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 326979 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table",schemaname="public"} 3.164073e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table_access",schemaname="public"} 978368 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 2936 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 388177 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 622493 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tree",schemaname="public"} 323437 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 2.970559e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 8.930007e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 816383 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 975945 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 1.064561e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 8.248297e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 206975 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_indent",schemaname="public"} 81 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 32 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_period",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 3234 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 8340 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 26302 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 41 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 81569 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 42786 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_user3",schemaname="public"} 20695 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 194402 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 1430 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 420 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema",schemaname="public"} 163370 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 2188 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 115556 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 74461 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 100105 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 134135 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 104650 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_activity",schemaname="public"} 191516 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bank",schemaname="public"} 2677 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 139763 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 875 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 116113 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 194 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 174608 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 2170 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 2007 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 56717 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 26074 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner",schemaname="public"} 4.1511686e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 28000 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 6.186258e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_budgetline",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_calendar",schemaname="public"} 5600 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_campaign",schemaname="public"} 203179 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cash",schemaname="public"} 4932 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cashbook",schemaname="public"} 69860 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cashline",schemaname="public"} 13312 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_charge",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_city",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commission",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 19066 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionline",schemaname="public"} 116 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 409 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 384 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 19143 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_costcenter",schemaname="public"} 685117 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_country",schemaname="public"} 125025 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_country_trl",schemaname="public"} 11301 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_currency",schemaname="public"} 264892 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 669613 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_discount",schemaname="public"} 50434 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 9.976661e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 2.154851e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_dp_management",schemaname="public"} 2466 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 4924 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_element",schemaname="public"} 533 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.245592e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 357 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 965 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_externalpos",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_file",schemaname="public"} 2.959293e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 575571 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 243611 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_greeting",schemaname="public"} 69919 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_incoterms",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice",schemaname="public"} 1.867721859e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 134586 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 187374 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 4.9194929e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 68993 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 57328 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 2.863125e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 41823 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 1.670759e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 97940 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_location",schemaname="public"} 1.905866e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_order",schemaname="public"} 1.557603914e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 2.350308e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 3.10444371e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 31088 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 85787 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.0015492e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 1.61113831e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 115205 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 28981 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 63854 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_period",schemaname="public"} 881092 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 6.115906e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 141 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_phase",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 82401 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 208540 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_email",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 21 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 159727 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_project",schemaname="public"} 778717 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_project_acct",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectissue",schemaname="public"} 6383 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectline",schemaname="public"} 5441 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectphase",schemaname="public"} 3312 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 213 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projecttask",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projecttype",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_region",schemaname="public"} 117808 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_remittance",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_return_reason",schemaname="public"} 946 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_salary_category",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_salesregion",schemaname="public"} 132313 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_settlement",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_task",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax",schemaname="public"} 2.375094e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 142737 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_report",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 594095 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 144546 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 101951 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 6457 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 2565 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister",schemaname="public"} 4854 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 21148 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom",schemaname="public"} 270258 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 257301 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 142807 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 641354 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_withholding",schemaname="public"} 12961 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_year",schemaname="public"} 42129 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 5.615546641e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 4285 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 39600 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 2092 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 5316 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 794537 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 535001 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 384178 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 73530 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 10352 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 2627 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment",schemaname="public"} 1.39187362e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 3932 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 2.687232e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 146135 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 7259 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 2539 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 389 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 948 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 4.62393722e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 6.92017628e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 33418 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 5581 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 81827 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 4097 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 10349 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 140 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 207 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 2572 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_period",schemaname="public"} 17926 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 2464 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 749 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 222 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 226 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 232 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 258 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 1090 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 2051 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 1075 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 233 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 336 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 6231 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 12618 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 256 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 6464 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 8137 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 802 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 221 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_category",schemaname="public"} 125773 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 1.5211833e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.19254e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 447464 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attribute",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributeset",schemaname="public"} 10746 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 73142 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 99 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_brand",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 11 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ch_value",schemaname="public"} 203 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 5327 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 12 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 505 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing",schemaname="public"} 6692 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 42 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 103 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_discountschema",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inout",schemaname="public"} 1.9744503e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 1.00195498e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 50929 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inventory",schemaname="public"} 83366 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 281818 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_landedcost",schemaname="public"} 342 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 124811 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 35175 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 19396 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 12051 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_type",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_locator",schemaname="public"} 598977 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lot",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lotctl",schemaname="public"} 16 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_matchinv",schemaname="public"} 567302 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 8.687076e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 22298 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_movementline",schemaname="public"} 5078 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer",schemaname="public"} 18058 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 52184 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 52256 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 274138 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 52181 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 34791 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 52185 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 52216 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_type",schemaname="public"} 12633 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_pricelist",schemaname="public"} 385983 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 56919 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 5.35591289e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 225614 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_bom",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category",schemaname="public"} 245841 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 367 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 1769 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch",schemaname="public"} 53260 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 4454 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 52362 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_customer",schemaname="public"} 197 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_org",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_po",schemaname="public"} 33765 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_template",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_trl",schemaname="public"} 11670 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_uom",schemaname="public"} 638589 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_production",schemaname="public"} 22294 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productionline",schemaname="public"} 5041 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productionplan",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 1.506608082e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 153 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 646 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisition",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 215 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 122634 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 267312 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 806804 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_shipper",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 134128 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 1.692822e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 178 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 1.824261434e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 856205 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_substitute",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_transaction",schemaname="public"} 1.91008908e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 7116 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse",schemaname="public"} 1.495845e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 306 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 10082 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 160639 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_ccp",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_machine",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 112 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 3434 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_process",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_processplan",schemaname="public"} 33 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_sequence",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 177 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 40 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_toolset",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 62 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_planner",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 21167 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 89 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 15956 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 48 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_template",schemaname="public"} 11538 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 1052 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 22968 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 127169 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 16293 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 10881 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 3.342745e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 10858 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 135136 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 6073 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 13710 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 10360 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1208 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 299187 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 194864 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 193895 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 358 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 8780 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 2.179775e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 160206 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 233130 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 4123 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 5913 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 182664 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 11109 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 5802 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 406 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 168762 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 11251 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 761551 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 292523 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 135 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obulog_config",schemaname="public"} 75 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_expensetype",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_resource",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 20646 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="sp_society",schemaname="public"} 1101 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 6435 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 128264 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="user2",schemaname="public"} 12819 # 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="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_dataset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_dimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_error_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 371364 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 2.902569e+06 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_message",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_model_object",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_install",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 9.662343e+06 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_request",schemaname="public"} 757784 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 542 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 8.7321114e+07 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_table_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_tree",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="aim_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="aim_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_user3",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bank",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_campaign",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_cash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_cashbook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_cashline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_commission",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_commissionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_costcenter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_country_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_externalpos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_phase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_poc_email",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_remittance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_return_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_tax_report",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxregister",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_withholding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="c_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gl_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_attributeset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_ch_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_discountschema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_inout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_landedcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_locator",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_lotctl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_matchinv",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_ch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_po",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_product_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_productionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_productionplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_rappel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 30169 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="obulog_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="sp_society",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="sp_societyline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="user2",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="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_alert",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_dataset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_dimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_error_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_form",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 3157 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 434662 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_message",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_model_object",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_install",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_month",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 366477 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_request",schemaname="public"} 39748 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 677 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 481389 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_table_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_tree",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="aim_indent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="aim_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_user3",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_activity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bank",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_budgetline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_calendar",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_campaign",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_cash",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_cashbook",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_cashline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_charge",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_city",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_commission",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_commissionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_costcenter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_country",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_country_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_currency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_element",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_externalpos",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_file",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_location",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_order",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_phase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_poc_email",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_remittance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_return_reason",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_tax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_tax_report",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxregister",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_withholding",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="c_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_period",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gl_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_attributeset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_brand",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_ch_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_costing",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_discountschema",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_inout",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_landedcost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lc_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_locator",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_lotctl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_matchinv",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_pricelist",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_ch",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_org",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_po",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_product_uom",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_productionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_productionplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_requisition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obclker_template",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 16795 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="obulog_config",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="sp_society",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="user2",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="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_dataset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_dimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_error_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 124052 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 1.400557e+06 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_message",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_model_object",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_install",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 2.964167e+06 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_request",schemaname="public"} 395517 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 646 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 3.9343272e+07 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_table_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_tree",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="aim_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="aim_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_user3",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bank",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_campaign",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_cash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_cashbook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_cashline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_commission",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_commissionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_costcenter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_country_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_externalpos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_phase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_poc_email",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_remittance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_return_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_tax_report",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxregister",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_withholding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="c_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gl_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_attributeset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_ch_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_discountschema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_inout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_landedcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_locator",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_lotctl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_matchinv",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_ch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_po",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_product_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_productionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_productionplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_rappel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 18853 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="obulog_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="sp_society",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="sp_societyline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="user2",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="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_alert",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_12"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_15"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_19"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_24"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_26"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_28"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_3"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_31"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_43"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_47"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_48"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_5"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_50"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_52"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_53"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_57"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_58"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_6"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_62"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_63"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_65"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_7"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_dataset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_dimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_error_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_exceptions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_form",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_hb_log_cquery_row",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_heartbeat_log",schemaname="public"} 62299 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 818075 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_message",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_model_object",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_dbprefix_install",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_dependency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_install",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_module_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_month",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 2.245087e+06 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_group_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_para_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_request",schemaname="public"} 383170 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 761 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_scheduling",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_data_loaded",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 7.207916e+06 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_table_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_tree",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="aim_indent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="aim_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_transportname",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_user3",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_activity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bank",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_budgetline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_calendar",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_campaign",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_cash",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_cashbook",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_cashbook_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_cashline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_channel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_charge",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_charge_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_city",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_commission",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_commissionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_costcenter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_country",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_country_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_currency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_element",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_externalpos",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_externalpos_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_externalpos_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_file",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_location",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_order",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_phase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_poc_email",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_poc_email_user",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_poc_emaildefinition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_region",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_reject_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_remittance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_remittance_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_remittance_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_remittanceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_return_reason",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_tax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_tax_report",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxregister",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_withholding",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_withholding_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="c_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_orig_paym_scheddetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_period",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gl_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="idl_entities",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="idl_entities_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="idl_fields",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_attribute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_attributeinstance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_attributeset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_attributeuse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_attributevalue",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_brand",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_ca_inventoryamt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_ch_subset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_ch_subset_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_ch_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_costadjustment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_costadjustmentline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_costing",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_discountschema",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_freight",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_freightcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_inout",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_inventory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_landedcost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lc_distribution_alg",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lc_matched",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lc_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_locator",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lot",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_lotctl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_matchinv",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_movementline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_pricelist",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_category",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_ch",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_org",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_po",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_product_uom",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_productionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_productionplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_rappel_productcategory",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_rappel_scale",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_requisition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_transaction",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_warehouse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obclker_template",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_class_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_report",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_uipersonalization",schemaname="public"} 27755 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obuisel_selector_trl",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="obulog_config",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_expensetype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_resource",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_resourceassignment",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_resourcetype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_resourceunavailable",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_timeexpense",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="s_timetype",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="sp_society",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="user2",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 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="amd64",goos="linux",goversion="go1.21.3",revision="68c176b8833b7580bf847cecf60f8e0ad5923f9a",tags="unknown",version="0.15.0"} 1 # HELP postgres_exporter_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload. # TYPE postgres_exporter_config_last_reload_success_timestamp_seconds gauge postgres_exporter_config_last_reload_success_timestamp_seconds 0 # HELP postgres_exporter_config_last_reload_successful Postgres exporter config loaded successfully. # TYPE postgres_exporter_config_last_reload_successful gauge postgres_exporter_config_last_reload_successful 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2716.16 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 4096 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.150976e+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.76414162889e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.268269056e+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"} 31692 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0