xichen2020 / eventdb

Storage for discrete events such as log events or tracing events
Apache License 2.0
9 stars 1 forks source link

Support iterate over dataset in large blocks #103

Open xichen2020 opened 5 years ago

xichen2020 commented 5 years ago

So we can reduce the overhead of repeated calling iteration functions like Next millions of times. Additionally this is likely going to improve cache locality as well.

Similar insights from: https://www.cockroachlabs.com/blog/vectorized-hash-joiner/