lee
lee7mo ago

validator performance

size may impact performance a little, but complexity impacts it a lot. I'm confused why queries would be affected (they don't read schema), unless the argument validators are also huge.
1 Reply
ampp
ampp7mo ago
I'm curious if these add to the complexity, v.union(v.union(...literals list), v.null()). when i could just add the v.null() into the literals list. But then in some cases i need two literal unions one with null and one without.

Did you find this page helpful?