PWL #03 :: Things you should know about Database Storage and Retrieval


Details
Hello everyone!
We are delighted to tell you that we'll have our third Papers We Love @ Porto at Porto i/o Riverside.
Talks
> Things you should know about Database Storage and Retrieval ~ Pedro Tavares (https://twitter.com/ordepdev)
On the most fundamental level, a database needs to do two things: when you give it some data, it should store the data, and when you ask it again later, it should give the data back to you.
Why should you, as an application developer, care how the database handles storage and retrieval internally? In order to select the storage engine that is appropriate for your application, you need to have a rough idea of what the storage engine is doing under the hood.
In this talk, we’ll discuss and examine some core data structures such as Hash Indexes, SSTables, LSM-Trees, and B-Trees, that are used in the traditional relational databases and NoSQL databases.
Details
Doors will open around 19:00 and presentations will start after a quick introduction.
After the presentation, we will open up the floor for questions and discussions.
Hope to see you soon!

PWL #03 :: Things you should know about Database Storage and Retrieval