Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置数据库的高速缓存大小(以字节为单位)。
ConfigPersistent ConfigPersistent.setCacheSize( int cache_size ) throws ULjException
cache_size 高速缓存大小。所有平台上的缺省高速缓存大小均为 20480 (20KB)。
指定了高速缓存大小的 ConfigPersistent 对象。
高速缓存大小决定了驻留在页面高速缓存中的数据库页面数目。增加大小则意味着读取和写入数据库页面的次数减少,但要延长在高速缓存中查找页面所需的时间。