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

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 21

  • @bommuu3524
    @bommuu3524 2 роки тому +3

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

  • @devprakash5320
    @devprakash5320 27 днів тому

    I really found this tutorial to be useful. Thanks a ton.

  • @hungnq1989
    @hungnq1989 20 хвилин тому

    I’m curious about how, in a read-through cache strategy, the cache itself can load data directly from the database. In this case, does 'cache' refer to a middle application or something like Redis? Thank you!

  • @hosseinmoradi685
    @hosseinmoradi685 25 днів тому

    thanks for this great video

  • @shis10
    @shis10 2 місяці тому

    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  Рік тому +5

      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 4 місяці тому

    finally found this!

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

  • @ketchupparty9997
    @ketchupparty9997 6 місяців тому

    Nice video

  • @wilbertdune
    @wilbertdune 7 місяців тому

    how did you write this in GO lang? thanks

    • @superthread_devlog
      @superthread_devlog  7 місяців тому

      Go is a pretty nice language once you get going with it :-)

  • @sashibhushanarajput1194
    @sashibhushanarajput1194 25 днів тому

    The music is a little annoying