Is there a performance difference between match an...
# off-topic
d
Is there a performance difference between match and multiple equal signs? Or does it end up getting converted to the same thing?
g
match gets converted to multiple .eq. So maybe very minor speed diff either way possibly based on loops versus function calls in postgres.js. Also, no offense, but can you ask specific coding help questions in one of the help threads. Thanks
d
Ah, yeah of course. I didn't think of it as general help since I'm not actually asking for help on anything specific. But good point. Thanks!
2 Views