Database Building 101: Graph querying over large datasets

added by DotNetKicks
8/26/2016 1:24:47 PM

312 Views

Let us imagine a database whose size is about 100GB, running on a machine that has 6 GB of RAM. You need to do run some sort of computation that traverse the graph, but doing so naively will likely cause us to trash quite a lot, as we page memory in and out of the disk, only to jump far away in the graph, paging even more, and effectively killing all your performance.


0 comments