-
- Downloads
Use DB_HASH instead of DB_BTREE for index databases. Since index keys are
mainly 4-byte hashes already, there is no locality-of-reference to exploit as a Btree. About a 7% performance gain.
Please register or sign in to comment
mainly 4-byte hashes already, there is no locality-of-reference to exploit as a Btree. About a 7% performance gain.