1. 19 3月, 2008 2 次提交
  2. 18 3月, 2008 24 次提交
  3. 17 3月, 2008 8 次提交
  4. 16 3月, 2008 1 次提交
    • T
      Change hash index creation so that rather than always establishing exactly · c9a1cc69
      Tom Lane 提交于
      two buckets at the start, we create a number of buckets appropriate for the
      estimated size of the table.  This avoids a lot of expensive bucket-split
      actions during initial index build on an already-populated table.
      
      This is one of the two core ideas of Tom Raney and Shreya Bhargava's patch
      to reduce hash index build time.  I'm committing it separately to make it
      easier for people to test the effects of this separately from the effects
      of their other core idea (pre-sorting the index entries by bucket number).
      c9a1cc69
  5. 15 3月, 2008 3 次提交
  6. 14 3月, 2008 2 次提交