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

feat(performance): Allow the split by char optimization in projects #5843

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

Conversation

wmak
Copy link
Member

@wmak wmak commented May 1, 2024

  • Pretty sure I'm doing a bunch of this wrong, opening this to hopefully get feedback on the right way to approach this
  • I'm also worried about the parameters in the validator being AnyExpression but couldn't find a better pattern to use
  • This lets the query run now, but i see my local snuba logging: "Query is missing mandatory columns" from the MandatoryConditionEnforcer
  • More info on the motivation behind this change here: https://www.notion.so/sentry/Speeding-up-the-Trace-Query-4ba8a9f3c1b445eab6f748dbe2a1817d

- Pretty sure I'm doing a bunch of this wrong, opening this to hopefully
  get feedback on the right way to approach this
- I'm also worried about the parameters in the validator being
  `AnyExpression` but couldn't find a better pattern to use
- This lets the query run now, but i see my local snuba logging:
  "Query is missing mandatory columns" from the MandatoryConditionEnforcer
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.

1 participant