You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a step-by-step decomposition of the performance numbers, by removing concurrency features and see how performance changes. Ideally after we have removed everything, i.e. CAS, mapping table, delta chain, SMO, it should be comparable to a single thread B+Tree using the same page size.
Using existing BwTree infrastructure to build a single thread B+Tree directly