|
|
|
|
|
by qaq
1025 days ago
|
|
Did your for loop solution include concurrent access by multiple clients?
I highly doubt "engineers can not operate with SQL as efficiently as code"
can implement anything even remotely as robust as what SQL DBMS offer even for basic use cases. Are you mutating data? What will happen if the system crashes in the middle of the mutation? How are you handling concurrent writes and reads? |
|