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 2f1d96c commit 944b162Copy full SHA for 944b162
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Mon May 26 14:36:44 EDT 2003
+Last updated: Fri May 30 22:31:44 EDT 2003
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -329,6 +329,7 @@ Cache
329
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
330
* Make blind writes go through the file descriptor cache
331
* Cache last known per-tuple offsets to speed long tuple access
332
+* Consider using MVCC to cache count(*) queries with no WHERE clause
333
334
335
Vacuum
0 commit comments