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

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 17

  • @bommuu3524
    @bommuu3524 2 года назад +3

    At one place gave the full clarity on the cache. Thanks for your efforts

  • @shis10
    @shis10 Месяц назад

    Amazing video.🙌🏻💯

  • @bluex217
    @bluex217 2 года назад +4

    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  Год назад +3

      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 3 месяца назад

    finally found this!

  • @ketchupparty9997
    @ketchupparty9997 5 месяцев назад

    Nice video

  • @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

  • @saravninja
    @saravninja 2 года назад

    Thanks for explanation; whether Cache is referred as SRAM or DRAM?

  • @wilbertdune
    @wilbertdune 7 месяцев назад

    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 :-)