-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Disk resource to Delfin #407
Conversation
7fa02e9
to
6a6cf4a
Compare
Codecov Report
@@ Coverage Diff @@
## master #407 +/- ##
==========================================
+ Coverage 67.08% 67.52% +0.43%
==========================================
Files 99 101 +2
Lines 6800 6996 +196
Branches 762 780 +18
==========================================
+ Hits 4562 4724 +162
- Misses 2010 2035 +25
- Partials 228 237 +9
|
2da166e
to
4ae161e
Compare
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.
LGTM
Same doubt with PR 403:
|
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.
LGTM
capacity = Column(BigInteger) | ||
status = Column(String(255)) | ||
physical_type = Column(String(255)) |
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.
Why the size of column always 255?AFAIK, Disk table may have a join with table with huge number of rows, this will have performance issue as per memory allocations.
Basically query processing will have side effects
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.
Raised an issue for this (#434) and will be handled separately.
56e1be5
56b8381
to
ce1d74f
Compare
ce1d74f
to
55a5b43
Compare
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.
LGTM
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.
LGTM
What this PR does / why we need it:
Add disk resource to Delfin resource model
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #404Special notes for your reviewer:
Release note: