# 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.6721e-05 go_gc_duration_seconds{quantile="0.25"} 5.2932e-05 go_gc_duration_seconds{quantile="0.5"} 5.4931e-05 go_gc_duration_seconds{quantile="0.75"} 6.3171e-05 go_gc_duration_seconds{quantile="1"} 0.000417787 go_gc_duration_seconds_sum 3.584942444 go_gc_duration_seconds_count 61957 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 9 # 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 652920 # 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.75057664e+08 # 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.027806e+06 # 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.854288e+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 652920 # 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 9.09312e+06 # 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.310144e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 2900 # 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 8.994816e+06 # 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.1403264e+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.7834872165264893e+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.030706e+06 # 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 151200 # 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 211848 # 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.65519e+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 1.179648e+06 # 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 1.179648e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8324496e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 10 # HELP pg_database_size_bytes Disk space used by the database # TYPE pg_database_size_bytes gauge pg_database_size_bytes{datname="postgres"} 6.482104e+06 pg_database_size_bytes{datname="template0"} 6.332932e+06 pg_database_size_bytes{datname="template1"} 6.457528e+06 pg_database_size_bytes{datname="tscoprod"} 5.4338201784e+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.016343887 # 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 25 # 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"} 107 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.048345289 pg_scrape_collector_duration_seconds{collector="locks"} 0.037457526 pg_scrape_collector_duration_seconds{collector="replication"} 0.000442046 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.000830473 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.002819882 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.004706742 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.037974713 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.035217711 pg_scrape_collector_duration_seconds{collector="wal"} 0.001168408 # 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",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"} 2 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="active",usename="tad"} 2 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="postgres"} 1 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="idle",usename="tad"} 27 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 # 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",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.006019 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="active",usename="tad"} 0.382894 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="postgres"} 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 # 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 5.6651804946e+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.65601947e+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 7.09897613e+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 9.45313411e+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.32754408e+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 4.888768539e+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 133838 # 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 140494 # 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 3.269398e+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"} 5.002505e+07 pg_stat_database_blks_hit{datid="12030",datname="template0"} 0 pg_stat_database_blks_hit{datid="12035",datname="postgres"} 4.5452735e+07 pg_stat_database_blks_hit{datid="272183",datname="tscoprod"} 8.90263129814e+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"} 6.172385e+06 pg_stat_database_blks_read{datid="12030",datname="template0"} 0 pg_stat_database_blks_read{datid="12035",datname="postgres"} 5.8396e+06 pg_stat_database_blks_read{datid="272183",datname="tscoprod"} 3.91569601348e+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"} 1162 # 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"} 0 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"} 2.3044854667919e+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.7381336e+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"} 4.5320456e+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.3412588e+07 pg_stat_database_tup_fetched{datid="12030",datname="template0"} 0 pg_stat_database_tup_fetched{datid="12035",datname="postgres"} 1.0914684e+07 pg_stat_database_tup_fetched{datid="272183",datname="tscoprod"} 6.3235158987e+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"} 5.2626032e+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"} 8.36924209e+08 pg_stat_database_tup_returned{datid="12030",datname="template0"} 0 pg_stat_database_tup_returned{datid="12035",datname="postgres"} 8.20394103e+08 pg_stat_database_tup_returned{datid="272183",datname="tscoprod"} 6.908368868288e+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"} 7385 pg_stat_database_tup_updated{datid="12030",datname="template0"} 0 pg_stat_database_tup_updated{datid="12035",datname="postgres"} 15694 pg_stat_database_tup_updated{datid="272183",datname="tscoprod"} 4.99393458e+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.902582e+06 pg_stat_database_xact_commit{datid="12030",datname="template0"} 0 pg_stat_database_xact_commit{datid="12035",datname="postgres"} 1.821257e+06 pg_stat_database_xact_commit{datid="272183",datname="tscoprod"} 4.46137084e+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"} 44 pg_stat_database_xact_rollback{datid="12030",datname="template0"} 0 pg_stat_database_xact_rollback{datid="12035",datname="postgres"} 34 pg_stat_database_xact_rollback{datid="272183",datname="tscoprod"} 382812 # 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"} 4.417646e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.45750798e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 7.5200977e+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"} 1.12785161e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 5.2932767e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 1.81440166e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 254379 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 4.66476168e+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"} 3.462713214e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_10"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 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"} 1186 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"} 4564 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 1604 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"} 5.6060482e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 6.4568906e+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"} 6.438733e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 4.9320282e+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.825153e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 1.073729285e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 1.17854281e+08 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"} 322876 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"} 3.100138e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 133646 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"} 272 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 4.675271e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 4.64900271e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 8.1830217e+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"} 8.477671e+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.3297278e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 8.351058e+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.75335792e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 39787 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"} 157531 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"} 47 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"} 6.569303483e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 6.8328561e+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"} 3.250785e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 3.5534336e+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"} 3.52932943e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 147279 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 3.360068e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 1.603617e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.428466535e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 1.4541455e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 1.497349e+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"} 296796 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"} 1.13364047e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 3.335731e+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"} 7.0389213e+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"} 532913 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 170395 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 1.30447247e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 2.4993711e+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"} 3.48345983e+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"} 12 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 1.0045797e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 2.0564625e+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"} 6.672903e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 4.03496783e+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"} 2.02412389e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 258940 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 926922 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 1.157189614e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 2.42753383e+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.4429665157e+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"} 36225 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 4.776151958e+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"} 9.94754938e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 2.875064397e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 5.4926411e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 1.746966e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 8.5556369e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 1.10782338e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 1.72969875e+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"} 2266 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 1.235014e+06 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"} 168071 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 2.81124933e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 790419 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 3259 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 306087 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 631 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 43282 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 2182 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 116 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"} 2.58057784e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 1.3219903e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 52026 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"} 276 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 198 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 7 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 2 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"} 2.1682495e+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"} 7.478799e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 7.311605e+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.7592408e+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"} 1786 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 79111 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 398 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_group",schemaname="public"} 3.7156583e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 2720 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"} 36611 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 112364 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"} 4.813926132e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 314758 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 2.4134725e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_budget",schemaname="public"} 20 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"} 11295 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"} 359475 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"} 1.301199e+06 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.44040467e+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"} 1.061626e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 2.8624374898e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 1.0917457e+07 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"} 4751 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.20796598e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 1388 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 4011 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"} 127602 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 4.3593649e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 8.1314887e+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"} 2.50381385868e+11 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 3540 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 160495 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 5.754665981e+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"} 9.111633e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 35395 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 2.4268068e+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"} 1.1174085e+07 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"} 3.4937457108e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 1.0562933e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 9.530163411e+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"} 1.686693e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 4.771066709e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 7.499368e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 338411 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.57022559e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 9.8952866e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 20844 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"} 829340 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"} 155168 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"} 2.041183e+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"} 7691 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"} 1.127015478e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 200904 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.911983e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 4989 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 1.86676e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 3.240126e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 2605 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"} 8.529287e+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"} 739440 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 3.9145562e+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.1034043e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 2.722099745e+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"} 4.265133e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 8.8135144e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 6.028554e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 125591 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"} 3.964181578e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 2493 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.674204253e+09 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"} 9.61373914e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 3.679259981e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 3.4338175e+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"} 3.488212e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 330269 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 4285 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 1290 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 11 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 21120 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 13020 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"} 285570 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 100406 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 364697 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 1847 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 1837 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 1869 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 1952 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 443695 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 59416 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 388904 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 1945 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 21805 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 360875 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 6.908563e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 1378 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 139686 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 7.730957e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 20736 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 1846 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"} 6.806627e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 4.852981959e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 7.1688399e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 1.8523734e+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"} 2.6514165e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 5.6642757e+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"} 3727 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 46763 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"} 18617 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"} 29 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"} 2.1411563212e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 1.852865843e+09 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"} 6.9429912e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 523331 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"} 6.7870669e+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"} 1.004773241e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 7.1468697e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 174727 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.723639e+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"} 44 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"} 6 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"} 4.7486857e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 9.598746e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 4.0754135261e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 1.534898e+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"} 4.113751e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 76179 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"} 621190 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 58200 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 5 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"} 3113 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"} 174757 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"} 56 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 8.675886717e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_rappel",schemaname="public"} 3 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"} 123 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"} 3.503819e+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"} 4.4807949255e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 2.8815137e+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.9776380752e+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"} 1.04636675e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 248 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 120303 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"} 4.10995e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 2439 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 3740 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 7.817314e+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"} 454500 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"} 332122 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 7.8362564e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 3.794714e+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"} 1.01931395e+08 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.882167e+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"} 78243 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1202 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"} 2619 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 5833 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"} 4670 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.4236685e+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"} 18673 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 1.174456e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 1.660219e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 710564 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"} 3.8370023e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 506 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 3032 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 1.44470429e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 1.34130554e+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"} 76 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"} 303258 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 8.6839841e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="user2",schemaname="public"} 1.693068e+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"} 652 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"} 514948 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.5388559e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 2.813687e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 659 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 4473 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 5.02406e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 1.421209e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 450298 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 327897 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 383961 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 691 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 1.07161653e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_10"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 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"} 737 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 694 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 9122 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 7581 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dimension",schemaname="public"} 640 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 1.502778e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 9.092707e+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"} 424318 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 92245 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_error_log",schemaname="public"} 1.272528e+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"} 55778 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 1.41328806e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 2.9765411e+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"} 242974 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"} 301047 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 243548 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"} 21473 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 2.336484e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 652409 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 6.062031e+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.7689317e+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.873071e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 2.450291e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 712 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module",schemaname="public"} 2.314238e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 85247 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"} 2483 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"} 7029 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 690 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"} 656 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.200717e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 962999 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"} 276142 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 2.801235e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 711 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 330858 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 1854 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 556727 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 407656 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.095693046e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 2.778869e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 5.919751e+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"} 146510 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.84316e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 1.993326e+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"} 19488 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 6.335332e+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"} 161022 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 121381 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 1.211358e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 303438 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 690 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_reference",schemaname="public"} 5.245604e+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"} 1102 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 1.2070234e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 9.634628e+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"} 5.30402e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 1.7063494e+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"} 9.1386457e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 116893 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 123462 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 1.8666755e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 1.0459859e+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.4823991e+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"} 4601 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 1.21286856e+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"} 573395 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 9.742693e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 8.645763e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 520761 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 3.397117e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 4.807641e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 8.862684e+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"} 6247 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 9.325797e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_period",schemaname="public"} 639 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 341366 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 7.5383031e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 128346 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 49680 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 1.6782693e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 15782 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 5.636498e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 17170 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 11826 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_transportname",schemaname="public"} 639 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_user3",schemaname="public"} 154924 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 3.210908e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 88180 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"} 757 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 3852 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 645 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 670 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 640 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"} 230884 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 707 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 125123 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 77823 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"} 263774 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"} 3927 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 914364 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 759 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 504930 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 17039 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"} 9121 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 926053 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.84402795e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 415896 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 4.69352e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 674 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"} 14432 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"} 68255 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"} 730060 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.263657e+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"} 198744 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 1.8351814e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 7.925192e+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"} 1181 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 7.233291e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 1399 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 23004 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"} 2.261423e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 3.005972e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 1.611681e+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.08257063797e+11 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 239832 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 156345 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 4.241674537e+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"} 1.20944546e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 81185 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 5.946443e+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.806952e+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.8343200424e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 2.2948151e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 2.1387260486e+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.5630847683e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 4.01320303e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 331144 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 163214 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.117602e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 1.6360029e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 11453 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"} 527076 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"} 109252 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"} 381294 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"} 3232 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"} 5.008211e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 108975 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_report",schemaname="public"} 649 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 698879 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 1868 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 275800 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 44675 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 12596 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"} 641 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 641 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"} 380149 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"} 258520 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 1.750346e+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"} 132380 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 1.5002975954e+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"} 789687 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 2.04011966e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 1.033031e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 115542 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 656 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"} 680 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 636 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment",schemaname="public"} 3.3931515197e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 8456 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.856810137e+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"} 6.49518091e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 3.761614584e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 381603 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"} 678482 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 41088 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 6834 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 6728 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 893 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 524371 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 5328 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"} 65564 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 9154 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 214591 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 943 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 946 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 955 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 984 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 245168 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 8353 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 130665 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 962 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 10951 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 73840 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 1.72225e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 766 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 36176 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 1.657765e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 3543 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 941 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 645 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"} 292686 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 8.3383984e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.8609834e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 2.2497423e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="idl_entities",schemaname="public"} 635 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"} 5080 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"} 68210 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 247259 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"} 29494 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 1134 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"} 11949 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 635 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"} 675 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 693 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.7538464682e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 7.244411095e+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"} 2.0397125e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 1.5201044e+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"} 633 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.529524e+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.73075529e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 3.61837255e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 51508 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"} 249030 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 633 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 689 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"} 637 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 650 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 635 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 642 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"} 685 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"} 296101 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 99268 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 3.0693563191e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 1.8120007e+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"} 648737 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 6152 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.3126396e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 3.45918211e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 5.704636e+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"} 650 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"} 51442 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"} 667 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 1.643104275e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 636 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"} 633 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisition",schemaname="public"} 731 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"} 6.3658237e+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.260125429e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 1.5748155e+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"} 5.244423344e+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.57018e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 8239 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 38841 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"} 297122 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 1447 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 1596 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 201544 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"} 151492 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 5065 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 167808 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 3.275164e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 69038 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.634833e+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"} 69171 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"} 85459 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1584 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 648 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"} 834 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 33797 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"} 75392 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.99514e+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"} 84907 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 355504 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 367948 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 120362 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.921607e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 842 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 39621 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 1.707662e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 4.607755e+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"} 712 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"} 1251 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 30726 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 1.339542e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="user2",schemaname="public"} 384833 # 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"} 10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 4.146009e+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"} 63780 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 9.921231e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 5.5161298e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 5.1993056e+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"} 2291 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 3.321335e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 1.11039e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 17418 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 144571 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.697430961e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_10"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 159778 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset",schemaname="public"} 215 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"} 115 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 565 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"} 6.0634213e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 1.7346125e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 2.430826e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 5.463124e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 27609 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"} 616 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 3617 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 3.27909432e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 7.9796392e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 1.3346474e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 701 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 288942 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 553067 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 2.188803e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 165 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"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 1.613638e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 105077 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 3.8988574e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 4.373801e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_message",schemaname="public"} 3.4904203e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 2.9780848e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object",schemaname="public"} 6.5374967e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 2.011198e+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"} 1.404018e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 1902 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"} 1029 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 1626 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_install",schemaname="public"} 872 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"} 99 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org",schemaname="public"} 2.241545664e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 27879 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 216 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 6.60646e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 6.5230908e+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"} 2.32908562e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 116227 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 2.686699e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 2.253986e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.56115834e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 2.2528405e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 6.37782e+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"} 638786 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"} 1.011871e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 1.2657472e+07 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"} 227192 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"} 1.02111246e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 7.8128186e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 148245 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 1399 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 151578 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 4705 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"} 2.31603457e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 64705 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 2.75698634e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.6921192e+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.772235e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 2.63202226e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 67697 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 3.923813e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 17210 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 23663 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 5.29162273e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 1.08899841e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 1.557502e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table",schemaname="public"} 9.79348945e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table_access",schemaname="public"} 7.8291917e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 295 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 1.2341996e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 7.7978208e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tree",schemaname="public"} 5.665693e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 7.428917841e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 1.33465638e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 3.644938e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 2.627264e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 1.23474379e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 3.26499532e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 2.9607366e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aim_indent",schemaname="public"} 445 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 1 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"} 29578 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 33897 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 25660 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 60444 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 183 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 6104 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 72 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"} 868608 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 1.100615e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 4218 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 186 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 22 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 7 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"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 6 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"} 219134 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 102 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 59714 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 24636 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 269066 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 200556 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 1.62535e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_activity",schemaname="public"} 905460 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bank",schemaname="public"} 515 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 69256 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"} 285 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 134820 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.8119381e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 229 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 814 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 197543 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 2.904881e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner",schemaname="public"} 1.489541578e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 4986 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 5.855978e+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"} 249 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_calendar",schemaname="public"} 360 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_campaign",schemaname="public"} 974776 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cash",schemaname="public"} 1128 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cashbook",schemaname="public"} 34511 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"} 10742 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"} 175 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 180 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 41594 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissionline",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 513 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 1214 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 1718 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_costcenter",schemaname="public"} 5.453208e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_country",schemaname="public"} 515033 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_country_trl",schemaname="public"} 40362 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_currency",schemaname="public"} 2.570777e+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"} 3.107238171e+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"} 52 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_discount",schemaname="public"} 108651 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 1.179846857e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 1.0665177e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 412 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 864 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 533 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.23149217e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 196 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 1641 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_externalpos",schemaname="public"} 56 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"} 33 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_file",schemaname="public"} 1.2319958e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 3.3120039e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 2.281312e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 34393 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"} 2.1280896492e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 46187 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 488733 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 3.89791703e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 236500 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 348438 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 1.336422e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 13407 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 2.0516499e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 491755 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_location",schemaname="public"} 2.327435e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_order",schemaname="public"} 1.1209859852e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 1.8601656e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 1.7639819712e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 103675 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 571042 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.3857689e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 1.3004654485e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 61797 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 12253 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 216533 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_period",schemaname="public"} 4.4564589e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 4.2571833e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 4893 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_phase",schemaname="public"} 76 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 180740 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 890554 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"} 357003 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 7.549018e+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"} 160 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectissue",schemaname="public"} 10704 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 20845 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 6762 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 352 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 24 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"} 94 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projecttype",schemaname="public"} 45 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"} 862747 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"} 326 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"} 310032 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"} 28 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax",schemaname="public"} 9.9301686e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 472557 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"} 3.555829e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 133460 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 46807 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 778 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 122 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxregister",schemaname="public"} 8208 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"} 58434 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom",schemaname="public"} 325849 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 1.154036e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 166968 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 1.06861614e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_withholding",schemaname="public"} 1.443214e+06 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"} 27089 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 6.804344435e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 30102 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"} 18847 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 1944 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 8936 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"} 228 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 5.554511e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 2.3432832e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 5.492544e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 161449 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"} 9454 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 2802 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"} 7.52440873e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 156 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.18420723e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 197060 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 6482 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 584 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 580 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"} 1558 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 3.600355341e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 9.794579891e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 2.189589e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 4896 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 367646 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 8906 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 123152 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 432 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 140 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 3671 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 206 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"} 196640 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 15471 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 1064 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 2032 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 38855 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 2161 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 13 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 493 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 53748 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 46937 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 453 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 322537 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 13056 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 17601 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 7 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"} 7 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_category",schemaname="public"} 103275 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 3.90815112e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.1139202e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 6.469551e+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"} 1783 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 86011 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"} 56 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 118 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 148 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"} 3084 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 924 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 9 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"} 1239 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costing",schemaname="public"} 18914 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"} 158 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 148 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"} 3.39427913e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 4.763433211e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 294556 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 79 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inventory",schemaname="public"} 537463 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 865663 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_landedcost",schemaname="public"} 1992 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 299423 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"} 152218 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 25218 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 3711 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_type",schemaname="public"} 29 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_locator",schemaname="public"} 6.4465101e+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.752844e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 2.1778415e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 6254 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_movementline",schemaname="public"} 12712 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer",schemaname="public"} 4246 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 12264 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 12267 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 3.487018e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 12266 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 8174 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 12261 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_product",schemaname="public"} 12263 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"} 2920 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"} 3.414296e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 30179 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 5.6051449954e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 425447 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_bom",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category",schemaname="public"} 1.196914e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 70 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 4913 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch",schemaname="public"} 72747 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 39333 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 12340 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 1077 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"} 109849 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_template",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_trl",schemaname="public"} 3.87137388e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_uom",schemaname="public"} 8.380402e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_production",schemaname="public"} 6251 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productionline",schemaname="public"} 12990 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productionplan",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 4.1272507524e+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"} 378 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 308 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 30 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"} 15 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 1363 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 1.182473e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_reservation",schemaname="public"} 2.37416e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 1.719868e+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"} 26 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 980744 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 1.0503462e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 157 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 3.5843145633e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 1.2407078e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_substitute",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_transaction",schemaname="public"} 1.213676272e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 936104 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse",schemaname="public"} 2.2914754e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 130 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 5780 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 892873 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"} 36 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"} 6 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"} 38 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"} 38 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"} 104 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"} 5802 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"} 405 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"} 232 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"} 596 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"} 672 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"} 12 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 4 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"} 44 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"} 198 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"} 630 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 126 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"} 174 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 14312 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 246 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 10801 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 150 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 2798 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 538 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 68 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 502224 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 2.377328e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 2984 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"} 2461 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 3.574131e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 1068 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"} 594606 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 1627 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"} 132 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 46622 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 1592 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 630 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"} 9.368766e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 1.35820799e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 1.02101005e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 346 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"} 7.603837e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.977297e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 699614 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 180 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 1204 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 500609 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 2011 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"} 484 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 43124 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 6518 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 2.1908706e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 1.1446407e+07 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"} 830 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 22164 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"} 75 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="sp_societyline",schemaname="public"} 14910 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 1.718517e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="user2",schemaname="public"} 2830 # 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"} 92 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_asset",schemaname="public"} 621559 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"} 58661 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alert",schemaname="public"} 987825 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.124272e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 347687 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"} 6597 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 278182 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 231048 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 15852 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 122318 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 58 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 3.4796626e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_10"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_createfact_template",schemaname="public"} 32766 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset",schemaname="public"} 160 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 201 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 3918 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"} 791498 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 4.02611e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 377973 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 4.492833e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 87943 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"} 316 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_extension_points",schemaname="public"} 21566 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 2.2200983e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 4.819065e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 291136 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 6405 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 244655 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form",schemaname="public"} 122423 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 695917 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 129 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"} 474 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 351758 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 151264 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 664444 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 178666 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_message",schemaname="public"} 2.522393e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 574857 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object",schemaname="public"} 2.486e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 622779 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"} 310192 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 18280 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"} 531 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_install",schemaname="public"} 76 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"} 27 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_month_trl",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org",schemaname="public"} 1.898251e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 97429 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 82 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 732513 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 831747 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 75 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 267987 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 1378 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 498577 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 733556 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 5.1522817e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 1.244378e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 2.145419e+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"} 358169 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"} 346959 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 8.731677e+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"} 181842 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.58566e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 618731 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 103312 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 12753 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 98916 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 13223 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.064519e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 583 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 384 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 1.3011595e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.331847e+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"} 1.089809e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 1.4228103e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session_status",schemaname="public"} 77357 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 7.050276e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 52979 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 56230 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 6.070027e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 3.110029e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 334539 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table",schemaname="public"} 3.189219e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table_access",schemaname="public"} 981613 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 3375 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 400695 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 623282 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tree",schemaname="public"} 343770 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 3.035663e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 9.228443e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 909389 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 989441 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 1.086198e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 8.601531e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 214690 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_indent",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 49 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"} 3650 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 10249 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 29402 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 99208 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 101 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 54389 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 138 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 23 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"} 21931 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 207784 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 1598 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 458 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 15 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 31 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 20 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"} 181837 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 2450 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 137842 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 92660 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 114536 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 159489 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 114286 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_activity",schemaname="public"} 199858 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bank",schemaname="public"} 2939 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 161070 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"} 63 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 996 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 135752 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 222 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 198690 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 2430 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 150 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 2340 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 68282 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 29768 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner",schemaname="public"} 4.5937999e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 35507 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 6.680306e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 43 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_budgetline",schemaname="public"} 164 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_calendar",schemaname="public"} 6660 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_campaign",schemaname="public"} 211310 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cash",schemaname="public"} 6122 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cashbook",schemaname="public"} 80516 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"} 16484 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"} 79 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionamt",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissiondetail",schemaname="public"} 22642 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionline",schemaname="public"} 148 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 452 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 394 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 21794 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_costcenter",schemaname="public"} 688327 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_country",schemaname="public"} 146080 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_country_trl",schemaname="public"} 12320 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_currency",schemaname="public"} 282246 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"} 691537 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 20 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_discount",schemaname="public"} 60136 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 1.0948884e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 2.392823e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_dp_management",schemaname="public"} 3063 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 6118 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_element",schemaname="public"} 661 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.327633e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 463 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 1154 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_externalpos",schemaname="public"} 53 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"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_file",schemaname="public"} 3.187473e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 612343 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 288695 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_greeting",schemaname="public"} 80573 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"} 2.13076031e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 163712 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 220168 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 5.4521192e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 79533 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 64630 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 3.502973e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 51167 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 2.021498e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 109201 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_location",schemaname="public"} 2.071612e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_nonbusinessday",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_order",schemaname="public"} 1.667143904e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 2.704413e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 4.20574439e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 38475 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 95868 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.1000338e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 2.6166981e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 135375 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 32773 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 72181 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_period",schemaname="public"} 964357 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 6.722444e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 220 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_phase",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_configuration",schemaname="public"} 91378 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 230557 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_email",schemaname="public"} 71 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"} 178939 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_project",schemaname="public"} 780902 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"} 104 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectissue",schemaname="public"} 8093 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectline",schemaname="public"} 6272 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectphase",schemaname="public"} 4064 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 243 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 18 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"} 72 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projecttype",schemaname="public"} 14 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"} 138104 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"} 1085 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"} 149226 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"} 36 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax",schemaname="public"} 2.463035e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 169490 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"} 613903 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 161810 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 122683 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 7398 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 3071 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister",schemaname="public"} 5972 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 18 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"} 23864 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom",schemaname="public"} 295460 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 266692 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 158848 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 722883 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_withholding",schemaname="public"} 14810 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"} 51231 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 6.211864886e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 5006 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"} 46532 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 2927 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 6496 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"} 65 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 824048 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 771684 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 407178 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 83147 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"} 12606 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 3161 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 42 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.43303942e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 4734 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 2.935294e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 162716 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 8851 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 3161 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 431 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"} 1064 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 4.89097395e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 7.19586974e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 40372 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 6838 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 92707 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 4699 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 11045 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 169 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 249 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 3047 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 256 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_nonbusinessday",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_optional_holidays",schemaname="public"} 7 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_period",schemaname="public"} 19597 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 2691 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 918 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 267 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 273 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 279 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 303 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 1237 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 2283 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 1302 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 278 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 417 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 6990 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 13834 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 307 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 7158 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 8973 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 944 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 266 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 19 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 27 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_category",schemaname="public"} 148074 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 1.7752106e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.485114e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 511060 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"} 12954 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 81163 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"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_ca_inventoryamtline_inv",schemaname="public"} 26 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"} 229 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 5887 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 39 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"} 509 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing",schemaname="public"} 7874 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 114 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_rule_init",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_discountschema",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 114 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"} 2.8747562e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 1.52988224e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 60875 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 34 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inventory",schemaname="public"} 96988 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 321277 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_landedcost",schemaname="public"} 524 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 140364 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"} 41745 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 26181 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 16335 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_type",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_locator",schemaname="public"} 663913 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lot",schemaname="public"} 6 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"} 709141 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 1.9888372e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 27392 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_movementline",schemaname="public"} 5823 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer",schemaname="public"} 22267 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 64788 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 64869 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 281218 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 64786 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 43194 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 64791 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 64828 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"} 16619 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"} 403287 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 63421 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 5.57420475e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 276866 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_bom",schemaname="public"} 47 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category",schemaname="public"} 272965 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 426 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 2001 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch",schemaname="public"} 62566 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 6889 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 64981 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_customer",schemaname="public"} 247 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_org",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_po",schemaname="public"} 40472 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_template",schemaname="public"} 95 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_trl",schemaname="public"} 14327 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_uom",schemaname="public"} 646967 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_production",schemaname="public"} 27390 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productionline",schemaname="public"} 5784 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productionplan",schemaname="public"} 166 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 1.563098338e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 23 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_bpartner",schemaname="public"} 193 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 690 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_product",schemaname="public"} 18 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"} 101 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 255 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 134233 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 291777 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 839363 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"} 64 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 148861 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 2.115693e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 1.897797876e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 1.037872e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_substitute",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_transaction",schemaname="public"} 2.48248453e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 8095 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse",schemaname="public"} 1.560951e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 344 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 12534 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 177314 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"} 14 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"} 12 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"} 78 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"} 12 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"} 136 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"} 4160 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"} 37 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"} 74 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"} 86 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"} 189 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"} 4 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 2 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"} 86 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"} 33 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"} 64 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 51 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"} 92 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 24867 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 18770 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 63 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 36 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 106 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_template",schemaname="public"} 12674 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 1246 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 334 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 26773 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 137381 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 18156 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"} 12123 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 4.000961e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 12100 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"} 147422 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 6856 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"} 63 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 15420 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obseig_defaults",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obserds_datasource",schemaname="public"} 11564 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1402 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 60 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 310893 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 202658 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 201686 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 406 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 9936 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_role_access",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_note",schemaname="public"} 2.36691e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 176329 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 245990 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 4714 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 6490 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 218437 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 12291 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"} 6430 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 456 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 200657 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 12052 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 767215 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 304676 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"} 87 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"} 100 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 24482 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"} 1301 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 8175 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 151905 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="user2",schemaname="public"} 13865 # 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_10"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 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"} 460079 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 3.800835e+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"} 1.23558e+07 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"} 1.017562e+06 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"} 1.14099902e+08 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"} 40891 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_10"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 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"} 3938 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 449258 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"} 424183 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"} 48332 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 689 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"} 490094 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"} 24176 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_10"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 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"} 153707 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 1.877948e+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"} 3.939392e+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"} 531989 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"} 5.2360336e+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"} 25491 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_10"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_11"} 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_17"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_20"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 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_30"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_34"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_39"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_4"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_40"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_41"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_42"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_44"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_45"} 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_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_54"} 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_63"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_67"} 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_context_info",schemaname="pg_temp_8"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_9"} 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"} 77173 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 911433 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.709617e+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"} 489980 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 785 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.523385e+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"} 39195 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 141.09 # 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 12 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.790016e+06 # 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.77555168835e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.2685312e+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"} 24 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0