git.postgresql.org Git - postgresql.git/commit
2014年11月18日 10:24:55 +0000 (10:24 +0000)
2014年11月18日 10:24:55 +0000 (10:24 +0000)
commit 606c0123d627b37d5ac3f7c2c97cd715dde7842f
Reduce btree scan overhead for < and > strategies
For <, <=, > and >= strategies, mark the first scan key
as already matched if scanning in an appropriate direction.
If index tuple contains no nulls we can skip the first
re-check for each tuple.
Author: Rajeev Rastogi
Reviewer: Haribabu Kommi
Rework of the code and comments by Simon Riggs
This is the main PostgreSQL git repository.
RSS
Atom