Performance improvements to support/v0.38 #1084

Merged
fyrchik merged 1 commit from dstepanov-yadro/frostfs-node:fix/perf_imporvements_v0.38 into support/v0.38 2024-09-04 19:51:07 +00:00

Copy of #1080

Copy of https://git.frostfs.info/TrueCloudLab/frostfs-node/pulls/1080
dstepanov-yadro added 2 commits 2024-04-09 15:57:25 +00:00
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
dstepanov-yadro requested review from storage-core-committers 2024-04-09 15:57:33 +00:00
dstepanov-yadro requested review from storage-core-developers 2024-04-09 15:57:34 +00:00
acid-ant approved these changes 2024-04-09 18:23:12 +00:00
fyrchik reviewed 2024-04-10 06:56:04 +00:00
@ -236,3 +241,3 @@
return fmt.Errorf("could not increase phy object counter: %w", err)
}
if err := db.updateShardObjectCounter(tx, logical, 1, true); err != nil {
if err := db.updateShardObjectCounterBucket(b, logical, 1, true); err != nil {
Owner

The behavious seems to have changed:
Previously we visited these 2 functions and then also went to db.incContainerObjectCounter
Now we skip the last function (it is unchanged by PR, so I suppose it uses different bucket)

The behavious seems to have changed: Previously we visited these 2 functions and then also went to `db.incContainerObjectCounter` Now we skip the last function (it is unchanged by PR, so I suppose it uses different bucket)
Author
Member

fixed

fixed
fyrchik marked this conversation as resolved
dstepanov-yadro force-pushed fix/perf_imporvements_v0.38 from 2571628e30 to 1eb47ab2ce 2024-04-10 07:01:24 +00:00 Compare
fyrchik approved these changes 2024-04-10 07:02:10 +00:00
fyrchik added this to the v0.38.4 milestone 2024-04-10 07:02:37 +00:00
fyrchik merged commit 1eb47ab2ce into support/v0.38 2024-04-10 07:18:10 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
3 participants
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#1084
No description provided.