引用thomas kyte的PGA和UGA的统计内存的使用情况,用排序区不同的大小来查看pga、UGA、物理读取不同内存使用

会话1:创建测试表和测试不同排序大小

create table t as select * from all_objects;
exec dbms_stats.gather_table_stats( user, 'T' );
创建测试表

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2021-12-02
  • 2021-05-07
  • 2022-12-23
  • 2021-05-19
  • 2022-01-29
猜你喜欢
  • 2022-01-05
  • 2021-08-10
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案