Тёмный

What is a Database Transaction? Be ACID compliant! 

Be A Better Dev
Подписаться 218 тыс.
Просмотров 56 тыс.
50% 1

In this video, learn all about database transactions and what it takes to be ACID compliant.
Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabetterdev.com/cour...
📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
Clean Code - amzn.to/37T7xdP
Clean Architecture - amzn.to/3sCEGCe
Head First Design Patterns - amzn.to/37WXAMy
Domain Driver Design - amzn.to/3aWSW2W
Code Complete - amzn.to/3ksQDrB
The Pragmatic Programmer - amzn.to/3uH4kaQ
Algorithms - amzn.to/3syvyP5
Working Effectively with Legacy Code - amzn.to/3kvMza7
Refactoring - amzn.to/3r6FQ8U
🎙 MY RECORDING EQUIPMENT 🎙
Shure SM58 Microphone - amzn.to/3r5Hrf9
Behringer UM2 Audio Interface - amzn.to/2MuEllM
XLR Cable - amzn.to/3uGyZFx
Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
Desk Microphone Mount - amzn.to/3qXMVIO
Logitech C920s Webcam - amzn.to/303zGu9
Fujilm XS10 Camera - amzn.to/3uGa30E
Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
💻 MY DESKTOP EQUIPMENT 💻
Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
Autonomous ErgoChair 2 - bit.ly/2YzomEm
Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
📚 Useful Videos:
MongoDB Crash Course - • The ULTIMATE MongoDB T...
☁Topics covered include:
Databases
Database Transactions
All or Nothing
ACID
Transactional Queries
🌎 Find me here:
Twitter - / beabetterdevv
Instagram - / beabetterdevv
Patreon - Donations help fund additional content - / beabetterdev
#AWS
#DBMS
#ACID

Опубликовано:

 

31 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@adipratapsinghaps
@adipratapsinghaps 2 года назад
Correction on point C. Consistency does not mean the data should not go below 0 in the "amount section". It means that if the account balance is 300, and I decrement by 100, and after the transaction if I read the balance, it should be 200 right away. There cannot be a delay of updation after the transaction ends and I made a read.
@blenderbottle382
@blenderbottle382 Год назад
ty for the clarification bro
@hurairaFurqan
@hurairaFurqan Год назад
Yes! A very good video. You have explained so much clearly with examples in less time. Satisfied & Subscribed.
@nalamkhan
@nalamkhan 2 года назад
wow, legend. now, i understood the TX, and that why is it important for all operations to be sucessul or none to be called TX.
@deepakSharma-db6fj
@deepakSharma-db6fj 3 года назад
You have justified your channel name. I have been watching your videos for the last few weeks and you have really made AWS seems so simple. Brilliant work !
@BeABetterDev
@BeABetterDev 3 года назад
Thank you so much for your kind words! :)
@VeronicaAngryPolak
@VeronicaAngryPolak Год назад
thank you for this explanation. really easy to follow and a good pace.
@BeABetterDev
@BeABetterDev Год назад
Glad you enjoyed it!
@dixztube
@dixztube 5 дней назад
Hey man great video
@rohitvarshney5074
@rohitvarshney5074 3 года назад
i appreciate your work, explained Tx in very easy way ! thanks
@BeABetterDev
@BeABetterDev 3 года назад
You're very welcome Rohit!
@TJOHN-pl2cr
@TJOHN-pl2cr 4 месяца назад
superb video sir. tnqs a lot. love from india
@amarbugarin2242
@amarbugarin2242 2 года назад
Great explenation, no bs or padding the vide
@vijaypatneedi
@vijaypatneedi 3 года назад
One more 💎 on youtube, love the way you are explaining things...
@BeABetterDev
@BeABetterDev 3 года назад
Thank you so much 😀
@bhuman6465
@bhuman6465 3 года назад
Nicely explained in short time
@BeABetterDev
@BeABetterDev 3 года назад
Thanks !
@user-lm5wb8vi1x
@user-lm5wb8vi1x 4 месяца назад
Finished watching
@fahadasad5782
@fahadasad5782 2 года назад
Thank you, this video was very helpful. :)
@BeABetterDev
@BeABetterDev 2 года назад
You're very welcome!
@JohnMusicbr
@JohnMusicbr 3 года назад
Awesome. Thank you.
@BeABetterDev
@BeABetterDev 3 года назад
You're welcome!
@liorbm1
@liorbm1 2 года назад
This is a part of some playlist ?
@brianchiruka192
@brianchiruka192 2 года назад
Brilliant!
@BeABetterDev
@BeABetterDev 2 года назад
Thanks Brian!
@denisleonard1565
@denisleonard1565 2 года назад
Hi there, what is the best practice to implement the database transactions? should it be implemented in database stored procedures or in the backend code?
@BeABetterDev
@BeABetterDev 2 года назад
Hi Denis, Typically databases support Transactions as part of update operations. We very rarely need to roll our own. For example, here's some documentation on Postgres transactions: www.postgresql.org/docs/8.3/tutorial-transactions.html Hope this helps
@injlm
@injlm 2 года назад
Thanks a lot
@BeABetterDev
@BeABetterDev 2 года назад
You're very welcome Luis!
@adrianadinata1234
@adrianadinata1234 Год назад
thankyou
@BeABetterDev
@BeABetterDev Год назад
No problem!
@nathan.s048
@nathan.s048 9 дней назад
safe bro
@user-lm5wb8vi1x
@user-lm5wb8vi1x 4 месяца назад
Finished watching
Далее
What is Database Sharding?
26:56
Просмотров 148 тыс.
Заметили?
00:11
Просмотров 1,3 млн
Пробую торты
00:43
Просмотров 216 тыс.
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Database Transactions (ACID)
7:17
Просмотров 60 тыс.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
What is API Idempotency and Why Is It Important?
12:13
ACID Properties in Databases With Examples
4:57
Просмотров 81 тыс.
System Design: What is Horizontal vs Vertical Scaling?
10:13
7 Database Paradigms
9:53
Просмотров 1,5 млн