xichen2020 / eventdb

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

Support ordering by multi-typed fields during query execution #70

Open xichen2020 opened 5 years ago

xichen2020 commented 5 years ago

cc @black-adder

Also look into possible optimizations to reduce/remove the need for joining the doc ID set of typed fields of the same field when walking a set of field iterators in a multi field iterator in lock step.