# 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.679e-05 go_gc_duration_seconds{quantile="0.25"} 5.1641e-05 go_gc_duration_seconds{quantile="0.5"} 5.33e-05 go_gc_duration_seconds{quantile="0.75"} 5.627e-05 go_gc_duration_seconds{quantile="1"} 0.000460536 go_gc_duration_seconds_sum 1.052035859 go_gc_duration_seconds_count 18918 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 12 # 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 615784 # 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 5.5932424e+07 # 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 1.061357e+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.81528e+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 615784 # 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.273344e+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.260992e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 2809 # 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 9.142272e+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.1534336e+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.77830322712004e+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 1.064166e+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 136920 # 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.432054e+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.048576e+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.048576e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8062352e+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.473912e+06 pg_database_size_bytes{datname="template0"} 6.332932e+06 pg_database_size_bytes{datname="template1"} 6.46572e+06 pg_database_size_bytes{datname="tscoprod"} 5.3285054648e+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.016172052 # 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 10 # 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"} 2 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.047751706 pg_scrape_collector_duration_seconds{collector="locks"} 0.004615832 pg_scrape_collector_duration_seconds{collector="replication"} 0.035766108 pg_scrape_collector_duration_seconds{collector="replication_slot"} 0.034064573 pg_scrape_collector_duration_seconds{collector="stat_bgwriter"} 0.038021854 pg_scrape_collector_duration_seconds{collector="stat_database"} 0.002394688 pg_scrape_collector_duration_seconds{collector="stat_user_tables"} 0.035164539 pg_scrape_collector_duration_seconds{collector="statio_user_tables"} 0.03331766 pg_scrape_collector_duration_seconds{collector="wal"} 0.000349296 # 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="disabled",usename=""} 0 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_count{application_name="",datname="tscoprod",server="localhost:5432",state="idle",usename="tad"} 26 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.00549 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="disabled",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="fastpath function call",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="idle",usename="tad"} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="idle in transaction",usename=""} 0 pg_stat_activity_max_tx_duration{application_name="",datname="tscoprod",server="localhost:5432",state="idle in transaction (aborted)",usename=""} 0 # 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.33721253e+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.55043187e+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 5.52885202e+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.20954578e+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.2577247e+08 # HELP pg_stat_bgwriter_checkpoint_write_time_total Total amount of time that has been spent in the portion of checkpoint processing where files are written to disk, in milliseconds # TYPE pg_stat_bgwriter_checkpoint_write_time_total counter pg_stat_bgwriter_checkpoint_write_time_total 3.998958252e+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 117156 # 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 128704 # 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.118232e+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"} 4.4859136e+07 pg_stat_database_blks_hit{datid="12030",datname="template0"} 0 pg_stat_database_blks_hit{datid="12035",datname="postgres"} 4.0646596e+07 pg_stat_database_blks_hit{datid="272183",datname="tscoprod"} 7.14812531841e+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.060775e+06 pg_stat_database_blks_read{datid="12030",datname="template0"} 0 pg_stat_database_blks_read{datid="12035",datname="postgres"} 5.738532e+06 pg_stat_database_blks_read{datid="272183",datname="tscoprod"} 3.83631634764e+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"} 713 # 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"} 28 # HELP pg_stat_database_stats_reset Time at which these statistics were last reset # TYPE pg_stat_database_stats_reset counter pg_stat_database_stats_reset{datid="1",datname="template1"} 1.728388053e+09 pg_stat_database_stats_reset{datid="12030",datname="template0"} 0 pg_stat_database_stats_reset{datid="12035",datname="postgres"} 1.729139191e+09 pg_stat_database_stats_reset{datid="272183",datname="tscoprod"} 1.728388049e+09 # HELP pg_stat_database_temp_bytes Total amount of data written to temporary files by queries in this database. All temporary files are counted, regardless of why the temporary file was created, and regardless of the log_temp_files setting. # TYPE pg_stat_database_temp_bytes counter pg_stat_database_temp_bytes{datid="1",datname="template1"} 0 pg_stat_database_temp_bytes{datid="12030",datname="template0"} 0 pg_stat_database_temp_bytes{datid="12035",datname="postgres"} 0 pg_stat_database_temp_bytes{datid="272183",datname="tscoprod"} 1.9377095966558e+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.7063671e+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"} 3.7381114e+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.2130376e+07 pg_stat_database_tup_fetched{datid="12030",datname="template0"} 0 pg_stat_database_tup_fetched{datid="12035",datname="postgres"} 9.861219e+06 pg_stat_database_tup_fetched{datid="272183",datname="tscoprod"} 5.17614995333e+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"} 4.4914266e+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"} 7.58213389e+08 pg_stat_database_tup_returned{datid="12030",datname="template0"} 0 pg_stat_database_tup_returned{datid="12035",datname="postgres"} 7.42114124e+08 pg_stat_database_tup_returned{datid="272183",datname="tscoprod"} 6.184537138748e+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"} 3724 pg_stat_database_tup_updated{datid="12030",datname="template0"} 0 pg_stat_database_tup_updated{datid="12035",datname="postgres"} 13671 pg_stat_database_tup_updated{datid="272183",datname="tscoprod"} 4.46865113e+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.723766e+06 pg_stat_database_xact_commit{datid="12030",datname="template0"} 0 pg_stat_database_xact_commit{datid="12035",datname="postgres"} 1.647421e+06 pg_stat_database_xact_commit{datid="272183",datname="tscoprod"} 3.87013029e+08 # HELP pg_stat_database_xact_rollback Number of transactions in this database that have been rolled back # TYPE pg_stat_database_xact_rollback counter pg_stat_database_xact_rollback{datid="1",datname="template1"} 38 pg_stat_database_xact_rollback{datid="12030",datname="template0"} 0 pg_stat_database_xact_rollback{datid="12035",datname="postgres"} 28 pg_stat_database_xact_rollback{datid="272183",datname="tscoprod"} 360929 # HELP pg_static Version string as reported by postgres # TYPE pg_static untyped pg_static{server="localhost:5432",short_version="9.3.25",version="PostgreSQL 9.3.25 on x86_64-pc-linux-gnu (Ubuntu 9.3.25-3.pgdg16.04+1), compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609, 64-bit"} 1 # HELP pg_statio_user_tables_heap_blocks_hit Number of buffer hits in this table # TYPE pg_statio_user_tables_heap_blocks_hit counter pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_amortization",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="a_asset_group_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_accountingrpt_element",schemaname="public"} 17 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_acctprocess",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 3.934693e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.29038436e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 6.7087794e+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.00049138e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 4.7082106e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 1.59011586e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 213285 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 4.19610476e+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.181222288e+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_12"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 1179 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 262 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 4562 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 1341 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dimension",schemaname="public"} 1 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 4.9312055e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 5.6691496e+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"} 5.729037e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 4.7121185e+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.652171e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 9.43820921e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 1.03362303e+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"} 269392 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 2.747321e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 130501 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"} 172 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 4.149591e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 3.63044829e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 7.2257493e+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"} 7.4229651e+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.18064483e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 7.337213e+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.4969626e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 32557 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"} 143965 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"} 5.919465043e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 6.1756783e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 2.901697e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 3.1869423e+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.18048061e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 142137 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 2.9823e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 1.468805e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.151839944e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 1.2776465e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 1.311356e+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"} 282798 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"} 9.75093e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 2.948677e+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"} 6.1639855e+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"} 464813 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 143064 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 1.15921927e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 2.2277887e+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.10578329e+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"} 7 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 9.0686456e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.8342618e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_sequence",schemaname="public"} 5.994255e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 3.43711253e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 1.69831097e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 225800 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 828999 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 1.060534694e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 2.14839176e+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.2290919855e+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"} 33518 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 4.229479737e+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"} 8.97340345e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 2.592930344e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 4.8041131e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 1.548666e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 7.5981739e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 1.01530885e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 1.48849382e+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"} 1864 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="aim_indentline",schemaname="public"} 1.111784e+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"} 135278 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 2.2462437e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 708685 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 1735 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 278851 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 514 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 43036 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 2116 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"} 9.923242e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 1.1303202e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 47765 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"} 243 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 192 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 4 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema",schemaname="public"} 1.9766151e+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"} 6.749971e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 6.606865e+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.5866875e+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"} 1688 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 73762 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 385 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_group",schemaname="public"} 3.378305e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 2274 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"} 30767 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 94268 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.273919029e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 260995 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 1.9396646e+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"} 8599 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"} 318777 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.128927e+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.33861576e+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"} 964077 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 2.6825877145e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 9.535107e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 3940 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.10392192e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 915 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 2968 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"} 121200 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 4.0266396e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 7.6724088e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_incoterms",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice",schemaname="public"} 1.8554485321e+11 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 3423 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 152453 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 5.72649177e+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"} 8.418502e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 29127 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 2.2507157e+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.0120235e+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"} 2.623003719e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 6.762789e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 7.75731262e+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.58707691e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 3.915093413e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 6.855537e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 288268 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.31970297e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 8.5784046e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 16666 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"} 737327 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"} 141024 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_project_acct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_project_vendor",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectissue",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectproposalline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projectproposaltask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projecttask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_projecttype",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_promissoryformat",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_region",schemaname="public"} 1.826031e+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"} 7099 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.010908205e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 183565 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.675132e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 4283 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 1.651082e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 2.878458e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 1699 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"} 7.5570836e+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"} 640037 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 3.6989144e+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.0880335e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 2.3889077786e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankfile_exception",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankfile_format",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankstatement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_method",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 3.714843e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 6.6674253e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 5.27096e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 106457 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.0896389956e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 1741 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.345251253e+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"} 8.02192113e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 3.156846527e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 3.3258088e+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.24055e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 306016 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 3424 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 931 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 9 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 19243 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 11946 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"} 266791 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 94085 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 335581 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 1711 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 1700 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 1730 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 1816 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 413316 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 54733 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 317446 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 1809 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 20234 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 333075 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 6.349053e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 1243 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 130615 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 7.518974e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 18351 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 1710 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.057651e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 4.333213494e+09 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 4.7209839e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 1.3559681e+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.2651091e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 4.85361e+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"} 3726 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 43436 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"} 16995 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"} 1.4430069177e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 1.253312078e+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.1954696e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 418067 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"} 5.7113887e+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"} 7.56705289e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 4.8657708e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 156115 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.520944e+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.3597563e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 8.743407e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 3.2893047851e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 1.465003e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_bom",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_category",schemaname="public"} 3.733417e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 70660 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"} 614378 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"} 4 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_product_org",schemaname="public"} 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"} 156149 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"} 5.589328282e+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"} 120 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.158933e+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"} 3.7574779536e+10 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 2.6612492e+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.6486251646e+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"} 9.320899e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 242 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 119749 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_ccp",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_ccp_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_ccp_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_costcenter_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_globaluse",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_incidence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_indirect_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_indirect_cost_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machine_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machine_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_machinestation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_operation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_part",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_periodicity",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_scheduled",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maint_worker",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_maintenance",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_group",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_shift",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_time",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_measure_values",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pc_case",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pc_test",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pc_value",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_periodic_control",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_invoiceline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_pl_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_process",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_processplan",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_processplan_tot_aux",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_processplan_version",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_section",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence_employee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence_ic",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequence_machine",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequenceproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_sequenceproductatt",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolset",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolset_type",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolsetprocess",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_toolsetused",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_weemployee",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_weincidence",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_workrequirement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_workstation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_wrphase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="ma_wrphaseproduct",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_planner",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_planningmethod",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_planningmethodline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_production",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="mrp_salesforecastline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_ref_mask",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 3.651768e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 2327 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 3606 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 7.024475e+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"} 401004 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"} 290043 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 6.8677142e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 3.411884e+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"} 9.0823043e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_list",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_reference",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 1.690863e+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"} 67668 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1142 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"} 2433 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 5008 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"} 4443 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.2468313e+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"} 14988 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 1.009209e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 1.658347e+06 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 617930 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.4061957e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 505 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 2693 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 1.2890343e+08 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 1.19250206e+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"} 73 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"} 7.6112964e+07 pg_statio_user_tables_heap_blocks_hit{datname="tscoprod",relname="user2",schemaname="public"} 1.447943e+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"} 592 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"} 512903 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.5384198e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 2.812925e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_alertrule_trl",schemaname="public"} 599 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_audit_trail",schemaname="public"} 4053 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_auxiliarinput",schemaname="public"} 5.020967e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 1.420082e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 450252 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 307723 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 383711 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_clientmodule",schemaname="public"} 631 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_column",schemaname="public"} 1.06387326e+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_12"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 675 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 633 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 8340 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 7415 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dimension",schemaname="public"} 580 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_dimension_mapping",schemaname="public"} 1.497086e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 8.80566e+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"} 405767 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 90130 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_error_log",schemaname="public"} 1.159548e+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"} 53970 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 1.39473308e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 2.9012045e+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"} 235204 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"} 300172 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 221713 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"} 18853 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 2.260483e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 652363 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 6.049731e+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.7611599e+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.870119e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 2.435187e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_model_object_para",schemaname="public"} 652 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module",schemaname="public"} 2.313209e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 80139 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"} 2282 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"} 6369 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_module_merge",schemaname="public"} 630 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"} 596 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.197693e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 938739 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"} 264004 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 2.758711e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 650 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 330370 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 1704 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 490633 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 357687 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.082948484e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 2.735179e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 5.420806e+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"} 137837 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.597198e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 1.796684e+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"} 17748 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_list",schemaname="public"} 6.237338e+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"} 158623 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 117548 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 1.21047e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 303210 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_ref_tree_field",schemaname="public"} 630 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_reference",schemaname="public"} 5.243214e+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"} 971 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 1.1833061e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 9.119845e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_script_sql",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_sequence",schemaname="public"} 4.902368e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 1.6626315e+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"} 7.6923421e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 113654 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 121340 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 1.8591304e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 1.0436157e+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.4796353e+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"} 4310 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 1.2123881e+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"} 572301 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 9.651962e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 8.51262e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 493895 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 3.394492e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 4.804682e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 8.2804667e+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"} 5617 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 8.47551e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="aim_period",schemaname="public"} 579 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_openingstock",schemaname="public"} 309635 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 7.3860697e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 126173 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 44712 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 1.5144695e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 14195 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 5.067263e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 15652 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_salestargetlines",schemaname="public"} 10746 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_transportname",schemaname="public"} 579 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_user3",schemaname="public"} 153507 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 3.119406e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 81044 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"} 691 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 3486 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 585 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 609 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 579 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"} 229924 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 647 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 123102 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 75993 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"} 258285 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"} 3409 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 825429 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 689 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 496924 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 15965 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"} 8514 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 835101 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.78631306e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 398372 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 4.42147e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_budget",schemaname="public"} 614 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"} 12666 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"} 64942 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"} 708945 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.262875e+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"} 196165 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 1.83334627e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 7.419356e+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"} 1096 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 7.138392e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 1156 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 20578 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.043621e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 2.947996e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 1.538446e+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.08027884957e+11 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 216957 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 145586 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 3.923683486e+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.09858811e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 76088 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 5.396303e+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.689594e+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.8029394354e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 1.841324e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 1.9243758983e+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.4418355518e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 3.33326315e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 330032 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 159943 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.102485e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 1.5405986e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 8761 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"} 490712 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"} 101990 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"} 368357 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"} 3086 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_salary_category",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_salary_category_cost",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_salesregion",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_settlement",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_task",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax",schemaname="public"} 4.997652e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 101189 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_report",schemaname="public"} 589 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_trl",schemaname="public"} 675844 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 1685 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 274218 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 42973 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 11107 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"} 580 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 581 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"} 379536 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"} 256336 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 1.703079e+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"} 130512 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 1.4075446826e+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"} 773375 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 1.94913584e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 1.005292e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 104372 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_matching_algorithm",schemaname="public"} 596 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"} 614 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_pay_exec_process_para",schemaname="public"} 576 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment",schemaname="public"} 3.3868909671e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 7300 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.84163924e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_run_para",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_run_payment",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 5.99650848e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 3.574341228e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 380884 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"} 636710 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 39517 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 6173 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 6077 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 810 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 473065 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 4842 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"} 62762 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 8908 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 197757 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 864 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 864 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 874 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 905 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 227727 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 7738 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 119505 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 883 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 10074 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 68758 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 1.611169e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 685 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 33101 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 1.57465e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 3334 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 862 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 585 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"} 286997 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 7.8309651e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.6732254e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 1.8718543e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="idl_entities",schemaname="public"} 575 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"} 4600 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"} 66457 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 245843 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"} 26733 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 1061 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"} 10873 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 575 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"} 615 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_discountschemaline",schemaname="public"} 625 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.7351410679e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 6.593620701e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_internal_consumption",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_internal_consumptionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inventory",schemaname="public"} 1.9252101e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 1.3773532e+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"} 573 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.482221e+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.696055961e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 3.55949971e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 48656 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"} 247458 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 573 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 621 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"} 577 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 590 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 575 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 582 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"} 625 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"} 295570 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 97788 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 3.0635018388e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 1.6389153e+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"} 641904 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 5792 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.1960504e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch_conf",schemaname="public"} 3.18708151e+08 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_product_ch_value",schemaname="public"} 5.163915e+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"} 590 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"} 48595 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"} 607 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 1.605418506e+09 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_rappel",schemaname="public"} 576 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"} 573 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisition",schemaname="public"} 663 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_sernoctl",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_shipper",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 5.7583185e+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.2520456098e+10 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 1.4227492e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_substitute",schemaname="public"} 0 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_transaction",schemaname="public"} 4.772569759e+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.562089e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 7456 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 38619 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"} 294148 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 1316 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 1464 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 194361 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"} 145016 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obgpssb_sbp_tpl",schemaname="public"} 4585 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class",schemaname="public"} 160648 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 3.135861e+07 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 66644 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.541504e+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"} 66776 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"} 80839 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1441 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 586 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"} 764 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 31310 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"} 68512 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.969394e+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"} 76367 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 351843 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 334209 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 117320 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.886857e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 769 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 35479 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 1.706632e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 4.605166e+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"} 646 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"} 1191 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 27394 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 1.338724e+06 pg_statio_user_tables_heap_blocks_read{datname="tscoprod",relname="user2",schemaname="public"} 383961 # HELP pg_statio_user_tables_idx_blocks_hit Number of buffer hits in all indexes on this table # TYPE pg_statio_user_tables_idx_blocks_hit counter pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_amortization",schemaname="public"} 57 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_amortizationline",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_amortline_acctdimension",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="a_asset",schemaname="public"} 3.610964e+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"} 54059 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alert",schemaname="public"} 8.839465e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 4.9430145e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 4.6676501e+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"} 1911 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_callout",schemaname="public"} 2.875915e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_client",schemaname="public"} 872279 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 14738 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 117594 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.410387036e+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_12"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 142073 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset",schemaname="public"} 209 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 110 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_datatype",schemaname="public"} 429 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"} 5.3330475e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_element",schemaname="public"} 1.53809721e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 2.141733e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 4.931807e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 20830 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"} 2646 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field",schemaname="public"} 2.91708145e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field_access",schemaname="public"} 7.0547808e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 1.1811901e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 576 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 239239 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form",schemaname="public"} 433774 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form_access",schemaname="public"} 1.784926e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 136 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"} 1 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 1.319964e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_language",schemaname="public"} 85822 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_menu",schemaname="public"} 3.4987999e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 3.97698e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_message",schemaname="public"} 3.1465596e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 2.6810848e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object",schemaname="public"} 5.7851806e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 1.822102e+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.135748e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 1668 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"} 1008 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 1562 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_module_install",schemaname="public"} 830 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.012000587e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 22236 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 214 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 5.888129e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 5.8804498e+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.09854134e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_package",schemaname="public"} 111815 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 2.394349e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 2.04209e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_preference",schemaname="public"} 1.33124187e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process",schemaname="public"} 1.9922583e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_access",schemaname="public"} 5.437562e+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"} 556439 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"} 883909 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_process_run",schemaname="public"} 1.1153734e+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"} 195589 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"} 9.0665716e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 6.9372626e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 127355 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 1155 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 124514 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 3937 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.05748055e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 64639 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_role",schemaname="public"} 2.45621633e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.512396e+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.487848e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session",schemaname="public"} 2.25380982e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session_status",schemaname="public"} 54956 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 3.27718575e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_system",schemaname="public"} 14186 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_system_info",schemaname="public"} 19607 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab",schemaname="public"} 4.63938944e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 9.6655204e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 1.337364e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table",schemaname="public"} 8.71566592e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table_access",schemaname="public"} 6.5553549e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 271 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 1.2237692e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 7.0190745e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_tree",schemaname="public"} 4.961236e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_treenode",schemaname="public"} 6.703372118e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_user",schemaname="public"} 1.17688873e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 3.232074e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 2.3279927e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window",schemaname="public"} 1.16311418e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window_access",schemaname="public"} 2.80954758e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 2.6753213e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="aim_indent",schemaname="public"} 434 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"} 26725 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 30201 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_poto",schemaname="public"} 21754 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 54982 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 85 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 5500 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"} 699857 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_user4",schemaname="public"} 1.01686e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="ap_varient",schemaname="public"} 3848 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"} 14 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_deletion",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="as_khdc",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema",schemaname="public"} 185919 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 94 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 47524 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 19524 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 234131 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 172996 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 1.44594e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_activity",schemaname="public"} 763539 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bank",schemaname="public"} 413 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 56898 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"} 271 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 121128 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.6262093e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 92 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 178 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 700 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 145886 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 2.753928e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner",schemaname="public"} 1.192011643e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 3524 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 4.7457875e+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"} 243 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_calendar",schemaname="public"} 274 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_campaign",schemaname="public"} 823540 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cash",schemaname="public"} 976 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_cashbook",schemaname="public"} 28332 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"} 9792 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"} 35330 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"} 489 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 1210 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 1361 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_costcenter",schemaname="public"} 4.743206e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_country",schemaname="public"} 466336 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_country_trl",schemaname="public"} 36542 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_currency",schemaname="public"} 2.144649e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_currency_trl",schemaname="public"} 39 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_debt_payment",schemaname="public"} 2.781520836e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 0 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 51 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_discount",schemaname="public"} 99589 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_doctype",schemaname="public"} 7.71725423e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 9.772937e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_dp_management",schemaname="public"} 338 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 716 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_element",schemaname="public"} 437 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.13163575e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 146 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 1095 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.0686983e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_glitem",schemaname="public"} 3.1155186e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 2.064511e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_greeting",schemaname="public"} 28216 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_greeting_trl",schemaname="public"} 38 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_incoterms",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice",schemaname="public"} 1.791208164e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 40635 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 424312 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 3.74460731e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 208412 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 311887 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 1.2308606e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 10793 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 1.8916678e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 440922 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_location",schemaname="public"} 2.1030592e+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"} 8.745112367e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_order_discount",schemaname="public"} 1.7592094e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline",schemaname="public"} 1.4222851296e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 89521 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 502916 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.2624323e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_ordertax",schemaname="public"} 1.0584282283e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 49006 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 10184 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 193882 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_period",schemaname="public"} 4.0235155e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 3.808189e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 4032 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"} 163478 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 813309 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"} 321375 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_project",schemaname="public"} 6.651262e+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"} 9890 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectline",schemaname="public"} 19068 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectphase",schemaname="public"} 6094 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 332 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"} 783009 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"} 281 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"} 273158 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.1107902e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 432213 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.167166e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 104497 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 39362 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 630 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 97 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_taxregister",schemaname="public"} 7164 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"} 53218 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom",schemaname="public"} 256680 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 1.003903e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 132128 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_validcombination",schemaname="public"} 9.9291001e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="c_withholding",schemaname="public"} 1.36872e+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"} 22789 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fact_acct",schemaname="public"} 5.269431768e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 27104 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"} 16031 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 1712 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 7942 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"} 4.830978e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 1.6733949e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 4.809778e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 138154 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"} 8380 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 2567 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"} 6.675860955e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 120 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 1.0577441e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 164563 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 5579 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 503 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 534 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"} 1454 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 3.136408769e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 8.832166061e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 1.974135e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 4343 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 318791 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 8095 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_employee",schemaname="public"} 116023 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 337 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 93 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leave",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 3376 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 190 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"} 187179 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gchr_year",schemaname="public"} 14855 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 980 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 4 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 8 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_da",schemaname="public"} 24 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 1960 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 36253 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 1842 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 9 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 448 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 50113 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 44348 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_others",schemaname="public"} 447 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 302906 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 12514 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 15631 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 3 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_supplimentary",schemaname="public"} 2 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gcpr_tds",schemaname="public"} 5 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_category",schemaname="public"} 85556 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journal",schemaname="public"} 3.51304931e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 8.550344e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="gl_journalline",schemaname="public"} 5.124859e+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"} 1398 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 67657 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"} 3080 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_characteristic",schemaname="public"} 735 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 8 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"} 18117 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"} 155 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"} 2.4615923e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inoutline",schemaname="public"} 3.189044124e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 260838 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"} 492466 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 780517 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_landedcost",schemaname="public"} 1564 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 243790 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"} 126565 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 21846 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 2904 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"} 5.5446822e+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.565218e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_matchpo",schemaname="public"} 4.304689e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_movement",schemaname="public"} 5169 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_movementline",schemaname="public"} 11981 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer",schemaname="public"} 3136 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 9067 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 9070 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 3.089283e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 9071 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 6044 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 9066 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_product",schemaname="public"} 9066 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"} 2136 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_offer_type_trl",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_pricelist",schemaname="public"} 2.962825e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 28451 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product",schemaname="public"} 4.7743893632e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_acct",schemaname="public"} 383775 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.040332e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 64 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 4562 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_ch",schemaname="public"} 67613 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"} 9137 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_customer",schemaname="public"} 917 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"} 95981 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_template",schemaname="public"} 73 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_trl",schemaname="public"} 2.62004036e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_product_uom",schemaname="public"} 7.394522e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_production",schemaname="public"} 5168 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productionline",schemaname="public"} 12264 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productionplan",schemaname="public"} 52 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_productprice",schemaname="public"} 3.2474806469e+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"} 315 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"} 1357 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 1.057491e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_reservation",schemaname="public"} 2.11266e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 1.462344e+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"} 24 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 870185 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 9.387559e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 155 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 3.0622596337e+10 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 1.1244412e+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"} 8.346369596e+09 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 899462 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse",schemaname="public"} 2.0392881e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 114 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 4909 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 788120 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"} 4948 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"} 38 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"} 171 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 12504 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 237 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 9445 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 69 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"} 149 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_template",schemaname="public"} 2398 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 510 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 66 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 447904 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 2.129465e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 2753 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"} 2309 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 3.183391e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 912 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"} 526731 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 1455 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"} 131 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 42005 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"} 1374 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 600 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"} 8.3548579e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 1.21186051e+08 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 9.1089297e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 284 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"} 6.573432e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 1.743511e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 608316 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 156 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 1027 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 493315 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 1715 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"} 388 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 72 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 34976 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 5683 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 1.9607153e+07 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 1.015912e+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"} 19450 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"} 73 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="sp_societyline",schemaname="public"} 14409 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="user1",schemaname="public"} 1.297896e+06 pg_statio_user_tables_idx_blocks_hit{datname="tscoprod",relname="user2",schemaname="public"} 2129 # 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"} 76 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="a_asset",schemaname="public"} 619453 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"} 54833 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alert",schemaname="public"} 986939 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrecipient",schemaname="public"} 1.123513e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_alertrule",schemaname="public"} 347351 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"} 6356 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_callout",schemaname="public"} 273961 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_client",schemaname="public"} 226419 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_client_acctdimension",schemaname="public"} 14978 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_clientinfo",schemaname="public"} 118834 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.4246643e+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_12"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 30533 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset",schemaname="public"} 156 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset_column",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_dataset_table",schemaname="public"} 196 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_datatype",schemaname="public"} 3813 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"} 789799 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_element",schemaname="public"} 3.97727e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_element_trl",schemaname="public"} 375530 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ep_instance_para",schemaname="public"} 4.077462e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ep_procedures",schemaname="public"} 80504 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"} 19580 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field",schemaname="public"} 2.1769837e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field_access",schemaname="public"} 4.687535e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_field_trl",schemaname="public"} 288740 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_fieldgroup",schemaname="public"} 6076 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_fieldgroup_trl",schemaname="public"} 236586 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form",schemaname="public"} 120108 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form_access",schemaname="public"} 669926 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_form_trl",schemaname="public"} 121 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"} 432 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 340690 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_language",schemaname="public"} 142203 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_menu",schemaname="public"} 650580 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_menu_trl",schemaname="public"} 174826 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_message",schemaname="public"} 2.482883e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_message_trl",schemaname="public"} 574013 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object",schemaname="public"} 2.456332e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_model_object_mapping",schemaname="public"} 601393 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"} 302489 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dbprefix",schemaname="public"} 17287 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"} 512 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_dependency_inst",schemaname="public"} 55 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_module_install",schemaname="public"} 74 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.885686e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_acctschema",schemaname="public"} 89102 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_closing",schemaname="public"} 78 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_org_warehouse",schemaname="public"} 696435 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orginfo",schemaname="public"} 820699 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orgmodule",schemaname="public"} 74 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_orgtype",schemaname="public"} 262913 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_package",schemaname="public"} 1312 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_pinstance",schemaname="public"} 458005 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_pinstance_para",schemaname="public"} 676218 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_preference",schemaname="public"} 4.99319e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process",schemaname="public"} 1.239598e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_access",schemaname="public"} 2.069657e+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"} 340834 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"} 321788 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 7.883763e+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"} 174210 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.552064e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_list_trl",schemaname="public"} 618181 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_search",schemaname="public"} 97092 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_search_column",schemaname="public"} 12095 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_table",schemaname="public"} 95402 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_ref_tree",schemaname="public"} 12733 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.050275e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_reference_trl",schemaname="public"} 562 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_registration_info",schemaname="public"} 342 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_role",schemaname="public"} 1.2733199e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_role_orgaccess",schemaname="public"} 1.26694e+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.009212e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session",schemaname="public"} 1.3717469e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session_status",schemaname="public"} 73220 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_session_usage_audit",schemaname="public"} 6.2596453e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_system",schemaname="public"} 48786 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_system_info",schemaname="public"} 51922 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab",schemaname="public"} 6.031772e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab_access",schemaname="public"} 3.075045e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tab_trl",schemaname="public"} 331255 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table",schemaname="public"} 3.177964e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table_access",schemaname="public"} 980078 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_table_tree",schemaname="public"} 3167 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_textinterfaces",schemaname="public"} 395201 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_textinterfaces_trl",schemaname="public"} 622916 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_tree",schemaname="public"} 334817 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_treenode",schemaname="public"} 3.006201e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_user",schemaname="public"} 9.093237e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_user_roles",schemaname="public"} 866405 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_val_rule",schemaname="public"} 983360 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window",schemaname="public"} 1.076875e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window_access",schemaname="public"} 8.435498e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ad_window_trl",schemaname="public"} 211250 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_indent",schemaname="public"} 98 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aim_indentline",schemaname="public"} 40 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"} 3451 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_openingstocklines",schemaname="public"} 9491 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_poto",schemaname="public"} 28188 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_prdctplanline",schemaname="public"} 50 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_pricehistory",schemaname="public"} 90442 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_productionplan",schemaname="public"} 90 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_retailprice",schemaname="public"} 50001 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_salestarget",schemaname="public"} 129 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"} 21396 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_user4",schemaname="public"} 199227 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="ap_varient",schemaname="public"} 1543 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="aprm_pending_paymentinvoice",schemaname="public"} 442 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_custom_discount",schemaname="public"} 86 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_deletion",schemaname="public"} 14 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="as_khdc",schemaname="public"} 6 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt",schemaname="public"} 30 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt_group",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acct_rpt_node",schemaname="public"} 26 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema",schemaname="public"} 173776 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_default",schemaname="public"} 2334 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_element",schemaname="public"} 128000 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_gl",schemaname="public"} 84394 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_process",schemaname="public"} 107796 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_table",schemaname="public"} 147908 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_acctschema_table_doctype",schemaname="public"} 109867 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_activity",schemaname="public"} 196207 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bank",schemaname="public"} 2796 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankaccount",schemaname="public"} 150966 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankaccount_acct",schemaname="public"} 56 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankstatement",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bankstatementline",schemaname="public"} 61 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_bankaccount",schemaname="public"} 928 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_customer_acct",schemaname="public"} 125276 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_employee_acct",schemaname="public"} 204 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_group",schemaname="public"} 187625 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_group_acct",schemaname="public"} 2314 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_salcategory",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_taxcategory",schemaname="public"} 2207 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_vendor_acct",schemaname="public"} 63017 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bp_withholding",schemaname="public"} 28458 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner",schemaname="public"} 4.3935226e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner_discount",schemaname="public"} 32349 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_bpartner_location",schemaname="public"} 6.436534e+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"} 148 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_calendar",schemaname="public"} 6102 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_campaign",schemaname="public"} 207743 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cash",schemaname="public"} 5480 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_cashbook",schemaname="public"} 75464 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"} 14772 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"} 71 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"} 20942 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionline",schemaname="public"} 132 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_commissionrun",schemaname="public"} 431 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_conversion_rate",schemaname="public"} 386 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_conversion_rate_document",schemaname="public"} 20375 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_costcenter",schemaname="public"} 686899 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_country",schemaname="public"} 136622 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_country_trl",schemaname="public"} 11859 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_currency",schemaname="public"} 274409 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"} 681944 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment_bal_replace",schemaname="public"} 1 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_debt_payment_balancing",schemaname="public"} 18 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_discount",schemaname="public"} 56012 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_doctype",schemaname="public"} 1.0486611e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_doctype_trl",schemaname="public"} 2.285926e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_dp_management",schemaname="public"} 2740 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_dp_managementline",schemaname="public"} 5472 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_element",schemaname="public"} 601 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue",schemaname="public"} 1.289004e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue_operand",schemaname="public"} 406 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_elementvalue_trl",schemaname="public"} 1029 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_externalpos",schemaname="public"} 45 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.082795e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_glitem",schemaname="public"} 594987 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_glitem_acct",schemaname="public"} 267628 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_greeting",schemaname="public"} 75519 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.006537224e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice_discount",schemaname="public"} 150332 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoice_reverse",schemaname="public"} 205368 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline",schemaname="public"} 5.2203494e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline_acctdimension",schemaname="public"} 74686 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceline_offer",schemaname="public"} 61210 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicelinetax",schemaname="public"} 3.242699e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoiceschedule",schemaname="public"} 46915 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicetax",schemaname="public"} 1.87316e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_invoicetax_cashvat",schemaname="public"} 104031 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_location",schemaname="public"} 1.998823e+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.615839716e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_order_discount",schemaname="public"} 2.560599e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline",schemaname="public"} 3.70762295e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline_acctdimension",schemaname="public"} 35406 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderline_offer",schemaname="public"} 91499 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_orderlinetax",schemaname="public"} 1.0594631e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_ordertax",schemaname="public"} 2.17999747e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymentterm",schemaname="public"} 126420 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymentterm_trl",schemaname="public"} 31182 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_paymenttermline",schemaname="public"} 68318 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_period",schemaname="public"} 927082 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_periodcontrol",schemaname="public"} 6.235657e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_periodcontrol_log",schemaname="public"} 176 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"} 87417 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_doctype_template",schemaname="public"} 221075 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_poc_email",schemaname="public"} 63 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"} 170607 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_project",schemaname="public"} 779965 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"} 88 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectissue",schemaname="public"} 7367 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectline",schemaname="public"} 5839 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectphase",schemaname="public"} 3648 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_projectproposal",schemaname="public"} 225 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"} 128943 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"} 1028 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"} 141242 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.423886e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_acct",schemaname="public"} 156721 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"} 604784 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_tax_zone",schemaname="public"} 154271 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxcategory",schemaname="public"} 113175 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxcategory_trl",schemaname="public"} 6916 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxpayment",schemaname="public"} 2804 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister",schemaname="public"} 5376 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister_type",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregister_type_lines",schemaname="public"} 28 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_taxregisterline",schemaname="public"} 22474 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom",schemaname="public"} 284556 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom_conversion",schemaname="public"} 262460 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_uom_trl",schemaname="public"} 152084 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_validcombination",schemaname="public"} 685394 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="c_withholding",schemaname="public"} 14156 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"} 47356 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fact_acct",schemaname="public"} 5.925754854e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fact_acct_cfs",schemaname="public"} 4650 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"} 43090 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_bankstatementline",schemaname="public"} 2569 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_doubtful_debt",schemaname="public"} 5880 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"} 57 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_finacc_paymentmethod",schemaname="public"} 810525 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_finacc_transaction",schemaname="public"} 660278 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_financial_account",schemaname="public"} 396624 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_financial_account_acct",schemaname="public"} 78768 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"} 11422 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_orig_payment_schedule",schemaname="public"} 2857 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_pay_exec_process",schemaname="public"} 35 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.41561536e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_credit",schemaname="public"} 4352 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_detail",schemaname="public"} 2.780703e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_priority",schemaname="public"} 155243 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_prop_detail",schemaname="public"} 8029 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_proposal",schemaname="public"} 2829 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_run",schemaname="public"} 412 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"} 1016 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_schedule",schemaname="public"} 4.76303392e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_payment_scheduledetail",schemaname="public"} 7.06275275e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_paymentmethod",schemaname="public"} 37468 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_recline_temp",schemaname="public"} 6186 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="fin_reconciliation",schemaname="public"} 87345 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_attendance",schemaname="public"} 4406 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_employee",schemaname="public"} 10728 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_emptransfer",schemaname="public"} 159 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_emptransfer_history",schemaname="public"} 69 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leave",schemaname="public"} 227 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leavebal_history",schemaname="public"} 2801 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_leavebalance",schemaname="public"} 234 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"} 18954 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gchr_year",schemaname="public"} 2605 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_additions",schemaname="public"} 822 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_arrears",schemaname="public"} 249 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_cca",schemaname="public"} 253 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_custom_paycomponent",schemaname="public"} 259 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_da",schemaname="public"} 285 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_deductions",schemaname="public"} 1177 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_empsalary",schemaname="public"} 2178 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_incometax",schemaname="public"} 1214 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_ircalc",schemaname="public"} 260 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_lic",schemaname="public"} 395 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_loan_details",schemaname="public"} 6631 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_loan_schedule",schemaname="public"} 13232 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_others",schemaname="public"} 287 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_paycomponent",schemaname="public"} 6839 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_payroll",schemaname="public"} 8662 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_payslab",schemaname="public"} 874 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gcpr_pf",schemaname="public"} 248 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"} 23 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_category",schemaname="public"} 138101 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journal",schemaname="public"} 1.6483766e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journalbatch",schemaname="public"} 1.337149e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="gl_journalline",schemaname="public"} 477322 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"} 11795 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_attributesetinstance",schemaname="public"} 77789 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"} 225 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_characteristic",schemaname="public"} 5576 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_condition_goods",schemaname="public"} 38 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"} 7308 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_algorithm",schemaname="public"} 44 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_costing_rule",schemaname="public"} 111 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"} 100 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.4006852e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inoutline",schemaname="public"} 1.2950036e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inoutline_acctdimension",schemaname="public"} 56326 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"} 90481 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_inventoryline",schemaname="public"} 304201 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_landedcost",schemaname="public"} 424 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_cost",schemaname="public"} 133886 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"} 39448 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_receipt",schemaname="public"} 23397 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_receiptline_amt",schemaname="public"} 14460 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_lc_type",schemaname="public"} 17 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_locator",schemaname="public"} 634584 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"} 649106 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_matchpo",schemaname="public"} 1.5805065e+07 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_movement",schemaname="public"} 24971 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_movementline",schemaname="public"} 5564 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer",schemaname="public"} 20448 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_bp_group",schemaname="public"} 59303 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_bpartner",schemaname="public"} 59384 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_characteristic",schemaname="public"} 277945 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_organization",schemaname="public"} 59299 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_pricelist",schemaname="public"} 39536 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_prod_cat",schemaname="public"} 59304 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_offer_product",schemaname="public"} 59343 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"} 14899 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"} 395610 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_pricelist_version",schemaname="public"} 60911 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product",schemaname="public"} 5.46917006e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_acct",schemaname="public"} 251498 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"} 260649 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category_acct",schemaname="public"} 396 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_category_trl",schemaname="public"} 1924 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_ch",schemaname="public"} 58423 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"} 59490 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_customer",schemaname="public"} 210 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"} 38166 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_template",schemaname="public"} 80 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_trl",schemaname="public"} 13136 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_product_uom",schemaname="public"} 642947 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_production",schemaname="public"} 24969 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productionline",schemaname="public"} 5527 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productionplan",schemaname="public"} 156 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_productprice",schemaname="public"} 1.537624668e+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"} 168 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_rappel_invoice",schemaname="public"} 668 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"} 93 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisitionline",schemaname="public"} 239 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_requisitionorder",schemaname="public"} 128869 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_reservation",schemaname="public"} 280658 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_reservation_stock",schemaname="public"} 825363 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"} 46 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_aux",schemaname="public"} 141904 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_proposed",schemaname="public"} 1.933148e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_stock_valuation",schemaname="public"} 206 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_storage_detail",schemaname="public"} 1.860412234e+09 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_storage_pending",schemaname="public"} 957489 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.23777137e+08 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_transaction_cost",schemaname="public"} 7749 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse",schemaname="public"} 1.531778e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_acct",schemaname="public"} 326 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_rule",schemaname="public"} 11229 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="m_warehouse_shipper",schemaname="public"} 169842 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"} 62 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"} 120 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"} 3812 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"} 70 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"} 84 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_productionline",schemaname="public"} 23451 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_purchase",schemaname="public"} 100 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_run_purchaseline",schemaname="public"} 17684 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="mrp_salesforecast",schemaname="public"} 55 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"} 104 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_template",schemaname="public"} 12054 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_template_dependency",schemaname="public"} 1142 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obclker_uidefinition",schemaname="public"} 322 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_query_column",schemaname="public"} 24814 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_query_column_trl",schemaname="public"} 132621 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obcql_widget_query",schemaname="public"} 17160 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"} 11457 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_access",schemaname="public"} 3.688062e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_class_menu",schemaname="public"} 11438 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"} 141647 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_instance",schemaname="public"} 6464 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"} 62 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obkmo_widget_url",schemaname="public"} 14500 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"} 10910 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obserds_datasource_field",schemaname="public"} 1294 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obsoid_user_identifier",schemaname="public"} 54 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_field",schemaname="public"} 305814 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_system",schemaname="public"} 199275 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_gc_tab",schemaname="public"} 198305 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_menu_parameters",schemaname="public"} 384 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_navbar_component",schemaname="public"} 9328 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.27979e+06 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter",schemaname="public"} 168824 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_trl",schemaname="public"} 240188 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_parameter_value",schemaname="public"} 4405 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_process",schemaname="public"} 6179 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_process_access",schemaname="public"} 201231 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_ref_window",schemaname="public"} 11653 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"} 6090 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_view_impl",schemaname="public"} 432 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuiapp_view_role_access",schemaname="public"} 185315 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector",schemaname="public"} 11601 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_field",schemaname="public"} 764583 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="obuisel_selector_field_trl",schemaname="public"} 299395 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"} 81 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"} 92 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="s_timeexpenseline",schemaname="public"} 22899 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"} 1196 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="sp_societyline",schemaname="public"} 7291 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="user1",schemaname="public"} 141682 pg_statio_user_tables_idx_blocks_read{datname="tscoprod",relname="user2",schemaname="public"} 13298 # 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_12"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 416088 pg_statio_user_tables_tidx_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 3.377594e+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.0986614e+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"} 888762 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.00755253e+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"} 36416 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_12"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 3514 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 442663 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"} 395780 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"} 44027 pg_statio_user_tables_tidx_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 683 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"} 486467 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"} 21023 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_12"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 139002 pg_statio_user_tables_toast_blocks_hit{datname="tscoprod",relname="ad_image",schemaname="public"} 1.651962e+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.44109e+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"} 465683 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"} 4.5866704e+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"} 22712 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_12"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_13"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_14"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_16"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_17"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_18"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_2"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_22"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_23"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_27"} 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_29"} 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_31"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_36"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_37"} 0 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_context_info",schemaname="pg_temp_38"} 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_5"} 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_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"} 69782 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_image",schemaname="public"} 867176 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.4757e+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"} 436444 pg_statio_user_tables_toast_blocks_read{datname="tscoprod",relname="ad_process_run",schemaname="public"} 773 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.3872e+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"} 34425 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 37.7 # 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 13 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 8.802304e+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.268269056e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 9 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0