Slow IO speeds on serverless
An A6000 always active worker takes twice as run to run my code than a normal A6000, I think it is IO speed. How can I see IO speeds?
Solution:Jump to solution
It looks like the method I was using for seeking had a really high IO. Changing to another method sped up serverless a lot, but not necessarily a ton on pod. This leaved me to believe that serverless IO is just slow
7 Replies
Possibly resolved
major bug in opencv could be the culprit
That doesn't make sense to me, why would that bug cause serverless to be slower than a regular pod? Surely the bug would crop its head up regardless of whether you're running in serverless or a pod?
you are right
I guess not the reason that there is a discrepancy, but still going to fix my code and see if issue remains
but i guess serverless has more vcpus than pods(?) im not sure
Solution
It looks like the method I was using for seeking had a really high IO. Changing to another method sped up serverless a lot, but not necessarily a ton on pod. This leaved me to believe that serverless IO is just slow