Improve the speed of OP_Column through better caching. (CVS 1577)

FossilOrigin-Name: f687977a28eda5ce0aa1cba2fdfb0152443032bc
This commit is contained in:
drh
2004-06-12 18:12:15 +00:00
parent 406c3f9284
commit e61cffc203
5 changed files with 47 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
** on i486 hardware.
*/
int sqlite3_os_trace = 0;
#if 1
#ifdef SQLITE_DEBUG
static int last_page = 0;
__inline__ unsigned long long int hwtime(void){
unsigned long long int x;