Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the architectures for parallel databases, including Shared Memory, Shared Disk, and Shared Nothing. Shared Memory involves nodes sharing RAM and disk, Shared Disk allows all nodes to access the same disks, and Shared Nothing consists of clusters of machines with their own memory and disk.