Has anyone used the customScriptId option? I can't...
# suiteql
b
Has anyone used the customScriptId option? I can't figure out what it does or how to use it properly. Help Center Edit: I asked here too
this 1
👀 2
a
just replying in thread so if anyone shares on this I get alerted 😄
thinking 1
so one thought I had, and this is pure speculation, is that its a way to tag a commonly reused query, and potentially NS can do something in the backend to enhance its performance (make it into a db view?) if you reach out to them but they need some way to identify the query in question, and customScriptId option would allow this
w
Above is my interpretation as well. Same as when support can add hints to saved searches
b
support can add hints to saved searches
What does this mean?
I'm not noticing any difference in performance, but maybe I'm using it wrong 🤔
w
It means that they can add performance optimimizations in the form of a preferred execution-plan.
a
right, I'm not expecting it to improve performance by itself, you tag it with that option and then when you talk to support you can reference the query by a script id and they can look at doing optimizations at the db level that we don't have access to