larryxiao / peloton

Apache License 2.0
3 stars 0 forks source link

Insert with same key (multi-value) gets wrong record count #19

Closed sid1607 closed 8 years ago

sid1607 commented 8 years ago

index->InsertEntry(key1.get(), item1); index->InsertEntry(key1.get(), item2); index->InsertEntry(key1.get(), item1); index->InsertEntry(key1.get(), item1);

What if it splits now?

@studentX