Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c680 int nQuant = LSM_AUTOWORK_QUANT * pgsz; in doWriteOp() local
685 if( nQuant>pDb->nTreeLimit ){ in doWriteOp()
686 nQuant = LSM_MAX(pDb->nTreeLimit, pgsz); in doWriteOp()
697 nDiff = (nAfter/nQuant) - (nBefore/nQuant); in doWriteOp()