Enhance the performance of auto-vacuum databases by reducing the number of pointer-map entries written during tree balancing. Also fix bugs in balance_quick(). (CVS 2216)
FossilOrigin-Name: 0ae29538ccccfc237904cbcfb4507074db0f5905
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is testing the SELECT statement.
|
||||
#
|
||||
# $Id: autovacuum.test,v 1.13 2004/11/22 05:26:28 danielk1977 Exp $
|
||||
# $Id: autovacuum.test,v 1.14 2005/01/15 12:45:51 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -60,6 +60,7 @@ lappend delete_orders {{1 2 3 4 5 6 7 8 9 10} {11 12 13 14 15 16 17 18 19 20}}
|
||||
lappend delete_orders {{19 8 17 15} {16 11 9 14} {18 5 3 1} {13 20 7 2} {6 12}}
|
||||
|
||||
# The length of each table entry.
|
||||
# set ENTRY_LEN 3500
|
||||
set ENTRY_LEN 3500
|
||||
|
||||
do_test autovacuum-1.1 {
|
||||
|
||||
Reference in New Issue
Block a user