喜欢就来多看看

11g new feather (8)

上一篇 / 下一篇  2007-09-30 00:00:00 / 个人分类:11g&Grid

Result Caches

I’ve often wished that the Oracle database would provide a method to retain in memory the result set from a complex query that contains what I like to call reference information. These are data that hardly ever change, but must still be read and used across multiple applications - for example, a list of all country codes and their corresponding names for lookup when processing addresses for new international customers, or a list of all ZIP Codes in the Midwestern US.

Oracle Database 11g fills this gap with three new structures called result caches, and each structure has a different purpose:

  • The SQL query result cache is an area of memory in the Shared Global Area (SGA) that can retain the result sets that a query generates.
  • The PL/SQL function result cache can store the results from a PL/SQL function call.
  • Finally, the OCI client result cache can retain results from queries or functions on the application server from which the OCI call originated.

11


TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-12-05  
 123456
78910111213
14151617181920
21222324252627
28293031   

数据统计

  • 访问量: 11530
  • 日志数: 1129
  • 图片数: 1
  • 书签数: 1
  • 建立时间: 2007-12-13
  • 更新时间: 2008-06-02

RSS订阅

Open Toolbar