bob icon indicating copy to clipboard operation
bob copied to clipboard

Distributed BLOB storage

Results 167 bob issues
Sort by recently updated
recently updated
newest added

This is a micro optimization. There are several places, where Stopwatch is used and the time measurement goes only to logs on trace level. Examples: https://github.com/qoollo/bob/blob/master/bob/src/server.rs#L112 https://github.com/qoollo/bob/blob/master/bob/src/grinder.rs#L82 https://github.com/qoollo/bob/blob/master/bob-backend/src/core.rs#L242 In this...

performance
improvement

This is a breaking change Associated issue in Pearl: https://github.com/qoollo/pearl/issues/201

feature

Associated issue in Pearl: https://github.com/qoollo/pearl/issues/200

good first issue
improvement

Related issue in Pearl: https://github.com/qoollo/pearl/issues/197

improvement

Timestamp should be written to metadata. This will brake backward data compatibility and will require to run migrations

improvement

We can find next valid record by searching for magic byte sequence

good first issue
improvement

Related issue in Pearl: https://github.com/qoollo/pearl/issues/186

improvement

Related issue in Pearl: https://github.com/qoollo/pearl/issues/185

improvement

Currently, corrupted BLOBs isolation logic is only executed at startup and its checks are limited. It can only detect real issues if the index regeneration is required and thus a...

improvement