1. 28 Jul, 2008 5 commits
    • Yoni Fogel's avatar
      Closes #1050 · 18438739
      Yoni Fogel authored
      Implemented c_getf_next_dup
      
      git-svn-id: file:///svn/tokudb@5389 c7de825b-a66e-492c-adef-691d508d4ae1
      18438739
    • Yoni Fogel's avatar
      Closes #1048 · e807f05f
      Yoni Fogel authored
      Replaced 'test_thread_stack.%' in rules with '$<', which refers to the first
      prerequisite listed.
      
      This fixes the nondeterministic nature of this test failing (for reasons
      of being unable to find the binary).
      
      git-svn-id: file:///svn/tokudb@5387 c7de825b-a66e-492c-adef-691d508d4ae1
      e807f05f
    • Yoni Fogel's avatar
      Addresses #903 · 3a660f2e
      Yoni Fogel authored
      Created function that peeks at both key and value at the same time
      (to avoid repeated OMT calls).
      This was worth 4-5% performance in scanscan --lwc --prelock --prelockflag
      
      
      git-svn-id: file:///svn/tokudb@5386 c7de825b-a66e-492c-adef-691d508d4ae1
      3a660f2e
    • Yoni Fogel's avatar
      Addresses #903 · 284bc3c1
      Yoni Fogel authored
      Speed up light weight cursors.
      Instead of asking the brt to use 'copyout' (by passing key and/or val pointers)
      we pass in NULLs to brt_cursor_get.
      We then later use the peek_current functions to obtain pointers to the current
      key and val of the cursor.
      
      That was worth ~22% reduction in time for scanscan --lwc --prelock --prelockflag
      
      Also, now copyout quits immediately if both key and val are NULL
      This increased the (total) value of the patch to ~30% reduction  in time.
      
      git-svn-id: file:///svn/tokudb@5383 c7de825b-a66e-492c-adef-691d508d4ae1
      284bc3c1
    • Rich Prohaska's avatar
      port to 32 bit linux · 11264ea8
      Rich Prohaska authored
      git-svn-id: file:///svn/tokudb@5381 c7de825b-a66e-492c-adef-691d508d4ae1
      11264ea8
  2. 27 Jul, 2008 8 commits
  3. 26 Jul, 2008 3 commits
  4. 24 Jul, 2008 6 commits
  5. 23 Jul, 2008 6 commits
  6. 22 Jul, 2008 2 commits
  7. 21 Jul, 2008 6 commits
  8. 20 Jul, 2008 1 commit
  9. 19 Jul, 2008 1 commit
    • Yoni Fogel's avatar
      Addresses #1031 · eec5f364
      Yoni Fogel authored
      Added invalidate_callback function to the OMTcursors.
      Added tests for invalidate callback functions.
      
      git-svn-id: file:///svn/tokudb@5203 c7de825b-a66e-492c-adef-691d508d4ae1
      eec5f364
  10. 18 Jul, 2008 2 commits