This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[DPM] Refactor db/cache codes to support GoalStateV2 design #713
[DPM] Refactor db/cache codes to support GoalStateV2 design #713
Changes from all commits
04cbb1e
4c100e5
e38bcf9
067a988
dd5dafd
aa76562
8ae37db
f0462ae
976883f
ef7a2d2
670dcc6
59a65f0
1178f61
5a98d10
e4e0792
ae15be0
9c88b19
9be2bb9
733872a
b3154ae
e2bed17
7c5013e
ac7acf8
bcc0716
c499d9c
2ba5f1f
98f1e69
397bd47
2ec5c12
bc938fd
cef9f65
19e7f0b
78e3da2
2a7fa5d
70cd3d8
f88ef73
6d41307
df72c67
059f949
276926a
3ca631f
367086f
8732c43
43c0c7c
329e216
f5b7f75
971bc83
fd65364
d996559
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have some key change in the key-value store to improve performance in multiple caches in this PR.
Since DPM design doc is quite outdated, we should update the design doc by putting major design points and gathering optimization techniques applied to DPM cache. @DavidLiu506 @cj-chung
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, we need to rewrite the DPM design doc and including the new cache design into the doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Create an issue #715 for tracking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!