File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 22TODO list for PostgreSQL
33========================
44Current maintainer:	Bruce Momjian (
[email protected] )
5- Last updated:		Sun  Mar 13 22:00:15  EST 2005
5+ Last updated:		Mon  Mar 14 11:36:52  EST 2005
66
77The most recent version of this document can be viewed at the PostgreSQL web
88site, http://www.PostgreSQL.org.
@@ -680,14 +680,7 @@ Cache
680680
681681* Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
682682  especially for WAL writes
683- * Cache last known per-tuple offsets to speed long tuple access
684- 
685-   While column offsets are already cached, the cache can not be used if
686-   the tuple has NULLs or TOAST columns because these values change the
687-   typical column offsets. Caching of such offsets could be accomplished
688-   by remembering the previous offsets and use them again if the row has
689-   the same pattern.
690- 
683+ * -Cache last known per-tuple offsets to speed long tuple access
691684* Speed up COUNT(*)
692685
693686  We could use a fixed row count and a +/- count to follow MVCC
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments