apavlo / h-store

H-Store Distributed Main Memory OLTP Database System
https://hstore.cs.brown.edu
GNU General Public License v3.0
567 stars 177 forks source link

Anti-cache broken for secondary indexes #186

Closed apavlo closed 9 years ago

apavlo commented 9 years ago

This code was broken by @malin1993ml:

https://github.com/apavlo/h-store/blob/master/src/ee/indexes/HashTableMultiMapIndex.h#L117

Please fix and add a new test cases that checks secondary indexes. Right now we only test primary key indexes.

apavlo commented 9 years ago

Fixed in #187