WIP: FSTree only writecache #1273

Closed
dstepanov-yadro wants to merge 4 commits from dstepanov-yadro/frostfs-node:feat/fstree_only_writecache into master

| Obj size, threads | Bbolt + Fstree, th | Bbolt + fstree, lat (95q) | fstree, th | fstree, lat (95q) |
| 1 KB, 500 th | 5.9 MB/s | 107 ms | 3.7 MB/s | 327 ms |
| 1 KB, 1000 th | 7.6 MB/s | 168 ms | 4.6 MB/s | 457 ms |
| 8 KB, 500 th | 39 MB/s | 166 ms | 38 MB/s | 216 ms |
| 8 KB, 1000 th | 59 MB/s | 173 ms | 36 MB/s | 509 ms |
| 64 KB, 1000 th | 235 MB/s | 1.16 s | 293 MB/s | 588 ms |

| Obj size, threads | Bbolt + Fstree, th | Bbolt + fstree, lat (95q) | fstree, th | fstree, lat (95q) | | 1 KB, 500 th | 5.9 MB/s | 107 ms | 3.7 MB/s | 327 ms | | 1 KB, 1000 th | 7.6 MB/s | 168 ms | 4.6 MB/s | 457 ms | | 8 KB, 500 th | 39 MB/s | 166 ms | 38 MB/s | 216 ms | | 8 KB, 1000 th | 59 MB/s | 173 ms | 36 MB/s | 509 ms | | 64 KB, 1000 th | 235 MB/s | 1.16 s | 293 MB/s | 588 ms |
dstepanov-yadro added 4 commits 2024-07-24 11:16:40 +00:00
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
The size of the data on the disk is used to determine the writeache
size, but not the number of objects multiplied by the maximum allowed
object size.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
[#9999] writecache: Flush writecache concurrently
All checks were successful
DCO action / DCO (pull_request) Successful in 1m20s
Vulncheck / Vulncheck (pull_request) Successful in 1m20s
Build / Build Components (1.22) (pull_request) Successful in 1m52s
Build / Build Components (1.21) (pull_request) Successful in 2m10s
Tests and linters / Staticcheck (pull_request) Successful in 2m39s
Tests and linters / gopls check (pull_request) Successful in 4m22s
Tests and linters / Lint (pull_request) Successful in 4m27s
Pre-commit hooks / Pre-commit (pull_request) Successful in 5m16s
Tests and linters / Tests (1.22) (pull_request) Successful in 8m10s
Tests and linters / Tests with -race (pull_request) Successful in 8m31s
Tests and linters / Tests (1.21) (pull_request) Successful in 8m38s
8e4cd78cc8
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
dstepanov-yadro force-pushed feat/fstree_only_writecache from 8e4cd78cc8 to 81df490709 2024-07-24 11:19:31 +00:00 Compare
dstepanov-yadro closed this pull request 2024-08-27 11:30:20 +00:00
Some checks failed
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m1s
Required
Details
Build / Build Components (1.21) (pull_request) Successful in 3m0s
Required
Details
Tests and linters / gopls check (pull_request) Successful in 4m17s
Required
Details
Tests and linters / Tests (1.22) (pull_request) Successful in 7m4s
Required
Details
Tests and linters / Tests with -race (pull_request) Successful in 7m26s
Required
Details
Tests and linters / Lint (pull_request) Failing after 12m19s
Required
Details
Tests and linters / Tests (1.21) (pull_request) Failing after 12m15s
Required
Details
Tests and linters / Staticcheck (pull_request) Failing after 12m9s
Required
Details
Vulncheck / Vulncheck (pull_request) Failing after 11m52s
Required
Details
Build / Build Components (1.22) (pull_request) Failing after 11m39s
Required
Details
DCO action / DCO (pull_request) Failing after 11m35s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1273
No description provided.