New interview question for backend developers:
Implement a service that opens a transaction, does a bunch of heavy updates on parallel, and commits the transaction once they are all done.
Language: Whatever you want.
Database: PostgreSQL
Can you solve it without asking an AI?
Implement a service that opens a transaction, does a bunch of heavy updates on parallel, and commits the transaction once they are all done.
Language: Whatever you want.
Database: PostgreSQL
Can you solve it without asking an AI?
Comments