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

FIX: Combined index on offset and eventTime in changeEvent table #18922

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

Siddhanttimeline
Copy link
Contributor

@Siddhanttimeline Siddhanttimeline commented Dec 4, 2024

Describe your changes:

  1. Removed single-column index event_time_index.
  2. Added composite index idx_offset_event_time, which is better suited for queries involving both offset and eventTime.

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

pmbrull
pmbrull previously approved these changes Dec 4, 2024
@harshach harshach merged commit e770ba8 into main Dec 4, 2024
14 of 16 checks passed
@harshach harshach deleted the change-event-improvements branch December 4, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants