Home
last modified time | relevance | path

Searched refs:SQLITE_CACHE_SIZE_PAGE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.h32 const uint32_t SQLITE_CACHE_SIZE_PAGE = 2147483647; // Max page number of cache variable
H A Drd_utils.cpp311 (option.rdconfig.cacheSize / SQLITE_CACHE_SIZE_PAGE > option.rdconfig.pageSize)) { in CheckParaOption()