17.01.2014 Views

Graph Processing & Bulk Synchronous Parallel Model

Graph Processing & Bulk Synchronous Parallel Model

Graph Processing & Bulk Synchronous Parallel Model

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Topology MutaFons <br />

• Compute funcFon can add or remove verFces <br />

• But this can cause race condiFons <br />

– Vertex 1 creates an edge to vertex 100 <br />

Vertex 2 deletes vertex 100 <br />

– Vertex 1 creates vertex 100 with value 10 <br />

Vertex 2 also creates vertex 100 with value 12 <br />

• ParFal Order on operaFons <br />

– Edge removal < vertex removal < vertex add < edge add (< means earlier) <br />

• Handlers for conflicts <br />

– Default: Pick a random acFon <br />

– Can specify more complex handlers <br />

Lecture 14 : 590.02 Spring 13 <br />

20

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!