- 15 Aug, 2008 3 commits
-
-
Zardosht Kasheff authored
another test that exposes a problem git-svn-id: file:///svn/tokudb@5676 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Workaround for nested transactions not aborting correctly. Needs to be replaced with a better version. git-svn-id: file:///svn/tokudb@5675 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Reduce overhead of subtransactions git-svn-id: file:///svn/tokudb@5674 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 14 Aug, 2008 1 commit
-
-
Rich Prohaska authored
more the root_put_counter to the brt object. this speeds up cursor operations. we will address multiple brt handles later. addresses #1054 git-svn-id: file:///svn/tokudb@5651 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 13 Aug, 2008 1 commit
-
-
Zardosht Kasheff authored
test exposing problem git-svn-id: file:///svn/tokudb@5646 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 12 Aug, 2008 4 commits
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5626 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@5620 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Final changes to make DB_TXN->parent public. git-svn-id: file:///svn/tokudb@5619 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
makes DB_TXN->parent public git-svn-id: file:///svn/tokudb@5616 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 11 Aug, 2008 1 commit
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5604 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 09 Aug, 2008 1 commit
-
-
Yoni Fogel authored
Modify sample_offsets to include DB_TXN.parent git-svn-id: file:///svn/tokudb@5579 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 04 Aug, 2008 3 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5501 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5498 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5497 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 01 Aug, 2008 1 commit
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5472 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 31 Jul, 2008 1 commit
-
-
Yoni Fogel authored
Fix cases in the c_getf_* functions where we were retrieving a key DBT instead of a val. git-svn-id: file:///svn/tokudb@5454 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 30 Jul, 2008 2 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5439 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Implemented c_getf_(first,last) git-svn-id: file:///svn/tokudb@5434 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 29 Jul, 2008 1 commit
-
-
Yoni Fogel authored
Implement DBC->c_getf_prev git-svn-id: file:///svn/tokudb@5418 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 28 Jul, 2008 7 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5397 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5390 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Implemented c_getf_next_dup git-svn-id: file:///svn/tokudb@5389 c7de825b-a66e-492c-adef-691d508d4ae1
-
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
-
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
-
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
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5381 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 27 Jul, 2008 8 commits
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5364 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5363 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5360 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5359 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5358 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5357 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5356 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5355 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 26 Jul, 2008 3 commits
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5344 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5343 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@5342 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 24 Jul, 2008 3 commits
-
-
Yoni Fogel authored
Removed over-active warnings, moved struct definition to proper place. git-svn-id: file:///svn/tokudb@5322 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@5321 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Turned some nested functions (that had no free variables) into non-nested functions. git-svn-id: file:///svn/tokudb@5320 c7de825b-a66e-492c-adef-691d508d4ae1
-