gre4index / GRE

GRE is a benchmark suite to compare learned indexes and traditional indexes.
45 stars 22 forks source link

ALEX+ Can not run #4

Closed cszzy closed 2 years ago

cszzy commented 2 years ago

Hi, When I evaluate ALEX+, I try to insert some kvs into an empty ALEX+ in single thread, and it seems that the program meet a deadlock. Hope the author could fix the problem. Thanks a lot!

pohchaichon commented 2 years ago

ALEX+ does not implemented the SMO at the root node yet as our experiments only concern bulkloaded tree. Inserting into empty tree will trigger such SMO. You may bulkload more kv for now.