Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65d326 commit 356a6a4Copy full SHA for 356a6a4
doc/TODO
@@ -1,6 +1,6 @@
1
-TODO list for PostgreSQL
+ODO list for PostgreSQL
2
========================
3
-Last updated: Sun Oct 15 14:52:50 EDT 2000
+Last updated: Sun Oct 15 17:44:54 EDT 2000
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -231,6 +231,8 @@ INDEXES
231
float4, numeric/decimal too [optimizer]
232
* Include heap CTID in btree index keys, remove equal-key cruft from btree
233
* Use indexes with CIDR '<<' (contains) operator
234
+* Prevent index lookups (or index entries using partial index) on most
235
+ common values; instead use sequential scan
236
237
CACHE
238
0 commit comments