Reasoning about Concurrent Indexes
Reasoning about Concurrent Indexes
复制标题
关于并发索引的推理
DOI:
--
复制
发表时间:
2010
期刊:
影响因子:
--
通讯作者:
Pedro da Rocha Pinto
中科院分区:
文献类型:
--
作者:
Pedro da Rocha Pinto
Index data structures such as B+ trees and hash tables are used widely as the core of databases and file systems. In a world where concurrent systems are common as servers and largely increasing as personal computers, we need a way to make sure concurrent implementations do not contain bugs. We use the fact that multiple implementations share a common high-level specification and use concurrent abstract predicates to prove that an implementation satisfies such a specification. This approach allows us to reuse the abstract specification and enables high-level reasoning independent from the low-level implementation.