Fix PR number reference (#11722 -> #11888)

This commit is contained in:
Mike McCandless 2024-04-01 09:52:10 -04:00
parent 7eec0a4847
commit baecaf556f
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ Optimizations
* GITHUB#13232 : Introduce singleton for PackedInts.NullReader of size 256 (Armin Braun)
* GITHUB#11722: Binary search the BlockTree terms dictionary entries when all suffixes have the same length
* GITHUB#11888: Binary search the BlockTree terms dictionary entries when all suffixes have the same length
in a leaf block, speeding up cases like primary key lookup on an id field when all ids are the same length. (zhouhui)
Bug Fixes