SQLite PRAGMA cache_size

返回上一级

SQLite cache_size Pragma 可获取或暂时设置在内存中页面缓存的最大尺寸

PRAGMA [database.]cache_size;
PRAGMA [database.]cache_size = pages;

pages 值表示在缓存中的页面数

内置页面缓存的默认大小为 2,000 页,最小尺寸为 10 页

返回上一级

SQLite 基础教程

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.