Closed uatuko closed 5 months ago
Attention: Patch coverage is 90.54054%
with 7 lines
in your changes are missing coverage. Please review.
Project coverage is 92.90%. Comparing base (
703fddf
) to head (a080023
).
Files | Patch % | Lines |
---|---|---|
src/svc/relations.cpp | 87.75% | 2 Missing and 4 partials :warning: |
src/db/tuples.cpp | 95.65% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change utilises the
optimise
flag to compute and store derived relations when creating a new relation. Thecost_limit
can be used to avoid expensive DB operations during an insert.💡 If the cost of storing derived tuples is larger than the
cost_limit
, the response will have a negativecost
indicating the process has been aborted.