snuba icon indicating copy to clipboard operation
snuba copied to clipboard

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

Open wmak opened this issue 9 months ago • 0 comments

  • 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

wmak avatar May 01 '24 19:05 wmak