Skip to content
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

Optimize comdb2_files access #4745

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

morgando
Copy link
Contributor

@morgando morgando commented Oct 1, 2024

Adds more indices for comdb2_files and implements basic index selection protocol.

Not safe to run a query with OR'd indexed constraints if we intend to use the results to start a db clone: since the indexed constraints will be processed separately we can't guarantee that the logfiles will be read last.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Error. ⚠.
Smoke testing: Success ✓.
Cbuild submission: Error ⚠.
Regression testing: 7/580 tests failed ⚠.

The first 10 failing tests are:
writes_remsql_names_fdbpushredirect_generated [setup failure]
blob2 [setup failure]
basic_snapshot_generated [setup failure]
truncatesc
timepart_trunc_serialsc_generated
snap_ha_retry_newsi_generated
auth

Signed-off-by: Morgan Douglas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants