JMMackenzie / IOQP

Impact Ordered Query Processing
Apache License 2.0
3 stars 0 forks source link

Multi threaded eval with http endpoint #6

Closed mpetri closed 2 years ago

mpetri commented 2 years ago

Real production systems need to be evaluated at say 1000 TPS. just running sequential queries especially with a method such as impact ordered indexes which eat up memory bandwidth is not realistic.

With rust it is very easy to set up a highly concurrent http endpoint that we can use to measure performance in a "real world" setting which might show very different performance characteristics compared to sequential retrieval.

JMMackenzie commented 2 years ago

Done!