Тёмный
No video :(

Devlog #11- How to make your DB fast by using Caching 

Superthread
Подписаться 1,2 тыс.
Просмотров 15 тыс.
50% 1

In this dev log I talk about different kinds of caching approaches which you can use to make your Database Faster.
Here are the caching strategies which I cover in this video:
1. Side Cache
2. Read-Through Cache
3. Write-Through Cache
4.Write-Behind Cache
5. Write-Around Cache.
Music
“Communicator” by Reed Mathis from RU-vid Creators Music
Video Editing
Podcast Productions London
www.podcastproductionslondon....

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

 

12 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@bommuu3524
@bommuu3524 2 года назад
At one place gave the full clarity on the cache. Thanks for your efforts
@superthread_devlog
@superthread_devlog 2 года назад
My pleasure
@shis10
@shis10 21 день назад
Amazing video.🙌🏻💯
@bluex217
@bluex217 Год назад
What is the difference between "write" and "hydrate" used by the write through and write behind caches? Those 2 diagrams look the same otherwise and I'm guessing the difference is that 1 hosts the cache && DB on separate machines
@superthread_devlog
@superthread_devlog Год назад
Sorry about the late reply, I just noticed this comment. Hydrate means you pull the data from DB into RAM so next time someone tries to pull the record, they go straight to RAM without the need query the actual DB.
@misluyu
@misluyu 2 месяца назад
finally found this!
@superthread_devlog
@superthread_devlog Месяц назад
Hope you find it useful.
@ketchupparty9997
@ketchupparty9997 4 месяца назад
Nice video
@superthread_devlog
@superthread_devlog 4 месяца назад
Thanks
@jorisjansen2892
@jorisjansen2892 2 года назад
Hi David, This concept looks very interesting, I'm only familiar with the "regular" way of caching. I can't really find any examples or more in detail explanations on the internet about how to implement the other cases. Do you have any good resources for that? By the way, I love the tech stack that you choose! But, I couldn't figure out which platform you choose for Mobile development? And my last question, how are the open positions for developors doing at the moment? Cheers
@kimjong-un8543
@kimjong-un8543 2 года назад
for more use cases look up redis they most likely used pwa for mobile development and the positions are open as per their website :)
@krishnakrishna417
@krishnakrishna417 Год назад
Thanks very high quality content. What is the drawing tool you used
@superthread_devlog
@superthread_devlog Год назад
Miro.
@saravninja
@saravninja 2 года назад
Thanks for explanation; whether Cache is referred as SRAM or DRAM?
@superthread_devlog
@superthread_devlog Год назад
Broadly speaking it means RAM.
@wilbertdune
@wilbertdune 6 месяцев назад
how did you write this in GO lang? thanks
@superthread_devlog
@superthread_devlog 6 месяцев назад
Go is a pretty nice language once you get going with it :-)