A Tiny Intro to Database Systems

Here is a short summary of DBMS : database management systems.

Part of the motivation behind those little chapters is described in another blog post here.

If you would like to read those in a nicely formatted PDF or if you have any questions / suggestions / requests, feel free to send me a tweet @dandancrisan.

 
1,457
Kudos
 
1,457
Kudos

Now read this

Memory management - Part 1 : Sharing

The OS provides 4 major functions to manage the virtual memory: Replacement : which page should be deleted to make room for other pages Allocation : how many pages per process should be allocated Fetching : when bring a page into memory... Continue →