Skip to content

Conversation

Josipmrden
Copy link
Contributor

Periodic commit transaction logic.

Copy link
Contributor

@andrejtonev andrejtonev left a comment

Choose a reason for hiding this comment

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

Good luck :D

@Josipmrden Josipmrden removed CI -build=community -test=core Run community build and core tests on push CI -build=coverage -test=core Run coverage build and core tests on push CI -build=jepsen -test=core Run jepsen build and core tests on push CI -build=debug -test=core Run debug build and core tests on push CI -build=debug -test=integration Run debug build and integration tests on push CI -build=release -test=core Run release build and core tests on push CI -build=release -test=e2e Run release build and e2e tests on push CI -build=release -test=stress Run release build and stress tests on push CI -build=release -test=benchmark Run release build and benchmark on push labels Aug 7, 2024
@Josipmrden Josipmrden enabled auto-merge August 7, 2024 21:45
@Josipmrden Josipmrden disabled auto-merge August 7, 2024 21:45
@Josipmrden Josipmrden added this pull request to the merge queue Aug 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Aug 7, 2024
@Ignition Ignition added this pull request to the merge queue Aug 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 8, 2024
@Josipmrden Josipmrden added this pull request to the merge queue Aug 8, 2024
Merged via the queue into master with commit 1535a2a Aug 8, 2024
@Josipmrden Josipmrden deleted the periodic-commit-release branch August 8, 2024 07:06
@kgolubic
Copy link
Contributor

For release notes I'll use:

  • Added periodic commit transaction logic.
    #2217
github-merge-queue bot pushed a commit that referenced this pull request Feb 26, 2025
Added `--debug-query-plans`, this will DEBUG log all potential plans along with their estimated cost. This is useful for working out problems with plan generation or with the cost estimator. Improved Filter's cost. Pattern filters are now considered as separate branches which need accumulating before contributing to the cost of the filter. Performance bugfix for `CanSeeEntityWithTimestamp`, Periodic commit changes #2217 made a slight logic bug which made skipping over irrelevant index entries more expensive than they needed to be. Modified cost estimator to acknowledge that nothing is completely cost free, even if the cardinality is 0 there is still a minimal amount of work involved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

customer customer Docs needed Docs needed feature feature

4 participants