]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When populating an index b-tree as part of a CREATE INDEX or REINDEX statement, distr...
authordan <dan@noemail.net>
Wed, 8 Aug 2012 14:04:56 +0000 (14:04 +0000)
committerdan <dan@noemail.net>
Wed, 8 Aug 2012 14:04:56 +0000 (14:04 +0000)
commit7d6885ae8a00bcefb9d1ff224bc65138c36bc399
tree0830a2d8947b910be852210bcb55a05e2e8be330
parentf64cc4996227e98e071fb422dfa92b33a5939ed0
When populating an index b-tree as part of a CREATE INDEX or REINDEX statement, distribute cells between up to three siblings in balance_nonroot() instead of four. This produces identical database files, but is slightly faster.

FossilOrigin-Name: b0d31e779ecf01c5a235443c05f488b177ac3045
manifest
manifest.uuid
src/btree.c