We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are 2 major limiting factors for increasing the TPS
The easiest way to improve the TPS is by reducing the data transfer bytes by compressing the data.
Compressing the data before writing to the ISB will reduce the data at rest size, which will improve the performance of JS node restart.
The text was updated successfully, but these errors were encountered:
https://github.com/klauspost/compress
Sorry, something went wrong.
We didn't see a lot of improvements due to size reduction.
vigith
No branches or pull requests
Summary
There are 2 major limiting factors for increasing the TPS
The easiest way to improve the TPS is by reducing the data transfer bytes by compressing the data.
Compressing the data before writing to the ISB will reduce the data at rest size, which will improve the performance of JS node restart.
The text was updated successfully, but these errors were encountered: