vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
194 stars 41 forks source link

Several optimizations are applied to this version. #93

Closed pin-yu closed 2 years ago

pin-yu commented 2 years ago
  1. Replace FixedThreadPool to WorkStealingPool to reduce handover latency.
  2. Append 10000 blocks at once if there is no empty block.
  3. Remove some profiling code.