Thank you for another great video! I think this one might have ended up out of order in your playlist. Should this be the video after the atomic() function video, rather than the video before?
hi, do you have solution for Like: Multiple table field Sum calculation from parent model ---------- to get stock qty each product (stock qty= purchase_qty - purchase_return_qty - sales_qty + sales_qty )
if there are concurrent 100 requests and they all try to select and update 10000 rows, then the first request locks all these 10000 rows while other 99 requests wait, right?
ORM Playlist link: ruclips.net/video/EsBqIZmR2Uc/видео.html
You are best teacher.. Love from India..
Thanks a lot and greetings from Scotland!
@@bugbytes3923 would love to visit someday! 😁
Brother... try to upload more videos about django channels, signals, custom Middleware...
I have it all planned 😄 Just need to find time to prepare stuff.
Thank you, you helped me in my interview. 🙌
That's awesome - good luck and I hope you get the job!
@@bugbytes3923 Got the Job Bro!! Thanks 😄
In-depth explanation. Gold stuff.
Thanks very much!
I like this level of intensity! Thanks.
Thanks Dmitry!
Super usefull. Thank you for your django and htmx videos!
Thanks a lot!
Thank you for another great video! I think this one might have ended up out of order in your playlist. Should this be the video after the atomic() function video, rather than the video before?
Ah - thanks a lot for pointing that out David! Really appreciate it, as I'd never have noticed 😄Fixed it now!
this tutorial is great my friend🔥🔥
Thanks a lot!
Great content !
Thanks!
thank you
You're welcome, thanks for watching!
Thank you❤ sir
Thanks for watching!
thank
Thanks for watching!
hi, do you have solution for Like:
Multiple table field Sum calculation from parent model ---------- to get stock qty each product (stock qty= purchase_qty - purchase_return_qty - sales_qty + sales_qty )
also does select update works with LIMIT? say I only want to select and lock 1 row
but product on line 29 was never implemented or am i mad????
if there are concurrent 100 requests and they all try to select and update 10000 rows, then the first request locks all these 10000 rows while other 99 requests wait, right?
Yes all other 99 request wait till one got finished.
thank you
Thanks for watching!