-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* parallel TestBLTree_deleteManyConcurrently2 passed but TestKeyDuplicateBTreePrallelTxnStrideInteger fails. * TestKeyDuplicateInsertDeleteWithBTreeIndexInteger passed without no risriction. * TestKeyDuplicateInsertDeleteWithBTreeIndexVarchar passed(50 length fixed. SERIAL EXEC, 800stride, 3000op). * TestKeyDuplicateInsertDeleteWithBTreeIndexVarchar passed(50 based variable length. SERIAL EXEC, 800stride, 3000op). * WIP * WIP2 * TestKeyDuplicateBTreePrallelTxnStrideInteger (800stride, 3000op, parallel) almost passed. * TestKeyDuplicateBTreePrallelTxnStrideVarchar (800stride, 300op, parallel) almost passed. * TestKeyDuplicateBTreePrallelTxnStrideVarchar (800stride, 30000op, parallel) almost passed. * TestKeyDuplicateBTreePrallelTxnStrideVarchar (800stride, 30000op, parallel, update only exclusive, 50char fixed, range scan case 1-3 only) passed once. * Integer and Varchar testcase passed. Varchar(all writes get giantlock, 50bytes fixed size key) * Integer and Varchar testcase passed. Varchar(all writes and reads get giant exclusive lock, 50bytes fixed size key) * TestKeyDuplicateBTreePrallelTxnStrideVarchar(no strange giant lock, fixed length) really passed * TestKeyDuplicateBTreePrallelTxnStrideVarchar(no strange giant lock, max 10charctors, internally 50bytes fixed) passed * TestKeyDuplicateBTreePrallelTxnStrideVarchar(no strange giant lock, max 10charctors, 10000op, internally 50bytes fixed) passed in not long time. * updated bltree-go-for-embedding lib.
- Loading branch information
Showing
7 changed files
with
64 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters