larryxiao / peloton

Apache License 2.0
3 stars 0 forks source link

Meeting Joy #8

Closed larryxiao closed 8 years ago

larryxiao commented 8 years ago
larryxiao commented 8 years ago

2016-02-19

  1. Data Structures
    • [ ] latch free table implementation
  2. SMO
    • [ ] book keeping nodes count (delta, base, removed) for split and merge
  3. Nodes Operations
    • [ ] when threads allocate new node, wasted PIDs
  4. Tree Operations
    • [ ] range scan, with concurrent updates
  5. Epoch table
    • [ ] boundary
  6. Split, Parent Update, Path?
  7. Misc
    • [ ] B-link, how is the sibling pointer involved for internal nodes?
larryxiao commented 8 years ago

2016-02-22

  1. concurrency control
    • [ ] delta chain and node split
    • [ ] iterator for range search