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