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

Events fix : Seems to work #3046

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Events fix : Seems to work #3046

wants to merge 5 commits into from

Conversation

sgoggins
Copy link
Member

Description

  • This is a fix for how events are managed for insertion. Specifically, the key structure is changed so that uniqueness is determined via an integer key instead of an encoded string. There is no clear reason why, in the case of one Augur instance, the string based key stopped getting correctly evaluated.
  • Numeric/Integer keys are more performant and robust, so this change implements a change to the unique key.

@sgoggins sgoggins added bug Documents unexpected/wrong/buggy behavior database Related to Augur's unifed data model labels Mar 11, 2025
Ulincsys
Ulincsys previously approved these changes Mar 12, 2025
Copy link
Contributor

@Ulincsys Ulincsys left a comment

Choose a reason for hiding this comment

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

Fantastic!

Copy link
Contributor

@Ulincsys Ulincsys left a comment

Choose a reason for hiding this comment

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

Even better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Documents unexpected/wrong/buggy behavior database Related to Augur's unifed data model
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants