3
2erXre5
6y

One of our dev team had the task to do a bulk operation for thousands of objects.
So time passes by and they implemented it. But in acceptance testing they found out that this operation takes 4 minutes for 50 objects. This is not what we call high performant when we talk about 20000 objects per bulk operation 🤔

Well, their PO asked them to solve that performance issue. And guess what, they decided on their own that the issue can be solved to reduce the bulk to 20 items so that it only takes 2 mins to run!

Really guys, is that the best you can come up with?! 😲🤬

Comments
  • 1
    That's problem solving skills I would expect from an AI, not from a human
Add Comment