Index Concurrency
This blog summaries the lecture 8 of cmu - Intro to Database Systems along with some things i learned on the way. Concurrency and Parallelism Parallelism: Parallelism means running multiple tasks simultaneously. It can be achieved with the help of multiple cores, multiple threads, GPUs, etc. Example: In programming, running two different functions at the same time. Concurrency: Concurrency refers to the ability to run tasks out of order without changing the final outcome....