ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Create framework to test concurrent operations on tree-based indexes (BTree, RTree) #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Our latching protocols need extensive testing, both for correctness and 
performance.

Original issue reported on code.google.com by alexande...@gmail.com on 23 Apr 2011 at 4:09

GoogleCodeExporter commented 9 years ago
The multi-threading testing framework for both the b-tree and the r-tree 
(including lsm versions) were added in the LSM branch a while ago.

Original comment by salsuba...@gmail.com on 20 Mar 2012 at 6:57