Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v7.0.0 #2578 +/- ##
==================================================
- Coverage 79.58% 78.64% -0.95%
==================================================
Files 658 472 -186
Lines 50412 33029 -17383
Branches 736 736
==================================================
- Hits 40121 25975 -14146
+ Misses 10211 6974 -3237
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
|
Any chance we can merge main into release/v7.0.0, and then checkout this branch to have this PR just contain the relevant QuestDB changes? Challenging to read through the changes... Thanks! |
clayandgen
left a comment
There was a problem hiding this comment.
We likely don't remove columns if the new tlm definition removes an item? That's probably intentional to hold onto historical info, if exists
| ENV REQUESTS_CA_BUNDLE=/devel/cacert.pem | ||
| ENV NODE_EXTRA_CA_CERTS=/devel/cacert.pem | ||
| # Configure QuestDB environment variables for performance tuning | ||
| ENV QDB_CAIRO_WRITER_DATA_APPEND_PAGE_SIZE=64K |
There was a problem hiding this comment.
Yes we will keep all old columns so we have the historical data
There was a problem hiding this comment.
I observed some ~10% decrease in size after adjusting cairo.writer.data.index.value.append.page.size to 128k. Just thought this is good info :)
Only changes to review are in
tsdb_microservice.py