pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Cache BCrypt checkpw to enahce query performance

Open cxing opened this issue 3 years ago • 0 comments

We found latest pinot code execute in very pool performance compared to 0.10.0 version Here the master code running screenshot: image From code we found BCrypt checkpw spend about 80ms , but the query only need 5ms Here the enhanced screenshot in our env: image

cxing avatar Oct 20 '22 14:10 cxing