crate / crate-benchmarks

A collection of CrateDB benchmarks.
8 stars 4 forks source link

Raise the query circuit breaker limit #201

Closed mfussenegger closed 4 years ago

mfussenegger commented 4 years ago

This raises it from 60% to 80%, due to the recent accounting improvements made in CrateDB, some of the queries started hitting the threshold of 60%.

We know that the queries should work as we were able to successfully run them before the circuit breaker improvements, so raising the limit should be safe for the benchmarks.