Why are your scalar UDFs slow? (mine aren’t)
You think scalar user-defined-functions are slow in HANA?
I show you how to fix that!
You think scalar user-defined-functions are slow in HANA?
I show you how to fix that!
You’ve come up with a clever SQL to solve a problem but now you want to make it fast?
No worries! This post shows how I shaved off 50% runtime and memory by copy & paste.
Finding alternative order-documents where the lineitems match a certain percentage of a reference document? In SQL? With no cursors? See how it’s done!
In which I analyze why a SELECT takes longer when the primary key column is included…