Vivek Khatritech.peculiarvivek.com·Aug 11, 2024DDIA - Chapter 3 - Storage and Retrieval (till LSM-tree) - thoughts and notesSpoiler Alert - eheheh - just kidding! So databases need to do 2 things perfectly, store things and then retrieve them, now all the difference is how fast a database can do this and how efficiently. Okay, there is something called log, which is an ap...1 like·33 readsddia
Ashraf Ateftechdive.hashnode.dev·Oct 4, 2023Database Internals - How is Time Series data saved?Introduction Let’s imagine that we had an idea of a start-up to get the athletes data about their bodies ( heart rates, muscle information, brain signals, breathing, and so on. not only while they are in the matches or training but in almost all day ...6 likes·207 readstime series
Shivanagouda Agasimanishiva02.hashnode.dev·Jul 20, 2023Data Storage and Retrieval: Log-Structured and Page-Oriented Storage EnginesAs an application developer, you must give some thought to your choice of database best suited for your needs since you are not going to implement your storage engine from scratch. In order to make the choice, you should at least have a rough idea of...1 likeDatabases