Skip to content

[+] add indexes to timetable.execution_log, closes #797 - #799

Merged
pashagolub merged 1 commit into
masterfrom
797-add-execution-log-indexes
Jul 21, 2026
Merged

[+] add indexes to timetable.execution_log, closes #797#799
pashagolub merged 1 commit into
masterfrom
797-add-execution-log-indexes

Conversation

@pashagolub

Copy link
Copy Markdown
Collaborator
  • B-tree index for looking up the latest executions of a specific chain
  • BRIN index for time-window queries and retention cleanup

Co-authored-by: 0xgouda gouda0x@gmail.com

- B-tree index for looking up the latest executions of a specific chain
- BRIN index for time-window queries and retention cleanup

---------

Co-authored-by: 0xgouda <gouda0x@gmail.com>
@pashagolub pashagolub self-assigned this Jul 21, 2026
@pashagolub pashagolub added the enhancement New feature or request label Jul 21, 2026
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 29837425563

Coverage decreased (-0.07%) to 89.922%

Details

  • Coverage decreased (-0.07%) from the base build.
  • Patch coverage: 3 of 3 lines across 1 file are fully covered (100%).
  • 4 coverage regressions across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

4 previously-covered lines in 1 file lost coverage.

File Lines Losing Coverage Coverage
internal/pgengine/log_hook.go 4 82.88%

Coverage Stats

Coverage Status
Relevant Lines: 2302
Covered Lines: 2070
Line Coverage: 89.92%
Coverage Strength: 1.02 hits per line

💛 - Coveralls

@pashagolub
pashagolub merged commit 90ab6fd into master Jul 21, 2026
7 checks passed
@pashagolub
pashagolub deleted the 797-add-execution-log-indexes branch July 21, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants