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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The current form of storing all measurements in a table does not seem to work very well in practice.
It seems to take a lot of storage, and it seems to be slow to retrieve the data.
We may want to change how measurements are stored.
Initial ideas for possible options:
The text was updated successfully, but these errors were encountered:
For the different options, one thing to keep in mind:
https://twitter.com/Envek/status/1526922431780233218?t=l09q22EVlOSKsw41QHAXmA&s=19
Though, we don't need to worry about the cost of updates, since data is immutable.
Sorry, something went wrong.
First work is done in #100.
First set of benchmarks is implemented with #115.
No branches or pull requests
The current form of storing all measurements in a table does not seem to work very well in practice.
It seems to take a lot of storage, and it seems to be slow to retrieve the data.
We may want to change how measurements are stored.
Initial ideas for possible options:
The text was updated successfully, but these errors were encountered: