s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2...

36
MIDAS: Multi-Attribute Indexing for Distributed Architecture Systems George Tsatsanifos (NTUA) Dimitris Sacharidis (R.C. “Athena”) Timos Sellis (NTUA, R.C. “Athena”) 12 th International Symposium on Spatial and Temporal Databases Minneapolis, MN, August 25, 2011 George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 1 / 36

Transcript of s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2...

Page 1: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS: Multi-Attribute Indexing for Distributed

Architecture Systems

George Tsatsanifos (NTUA)Dimitris Sacharidis (R.C. “Athena”)Timos Sellis (NTUA, R.C. “Athena”)

12th International Symposium on Spatial and Temporal DatabasesMinneapolis, MN, August 25, 2011

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 1 / 36

Page 2: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Outline

1 Introduction

2 Related WorkCANVBI-TreeP-Grid

3 MIDASStructureOverlay OperationsFault-ToleranceLookup QueriesRange Queries

4 ExperimentsSimulationsResults

5 ConclusionsFuture Work

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 2 / 36

Page 3: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Introduction

Peer-to-Peer NetworksStructured vs. Unstructured

Unstructured P2P

Arbitrary links

Flooding

Random walks

Query resolution?

Structured P2P

Employment of a globallyconsistent protocol

Routing through networkstructure

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 3 / 36

Page 4: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Introduction

Query Types

Contemporary DHTs support/approximate

Exact Queries (lookups).

Range Queries of low dimensionality.

Nearest Neighbors Queries (KNN).

Aggregation (min, max, avg, sum).

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 4 / 36

Page 5: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work CAN

CANIndex Structure

A virtual d -dimensional Cartesian coordinate space on a torus.

Two nodes are neighbors if their coordinates spans overlap alongd − 1 dimensions and abut along one.

Neighbors serve as a coordinate routing table, of cardinality Θ(d),enabling routing between arbitraty points.

Node forwards a message through its neighbor with coordinatesclosest to the destination.

Routing path length in O( d√

n) hops.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 5 / 36

Page 6: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work CAN

CANOverlay Operations

Join

1 Find a node already in the CAN.

2 Find a node whose zone will be split.

3 Neighbors of the split zone must be notified.

Departure

If no neighbor’s zone can be merged to a valid single zone, then it ishanded to the neighbor with the smallest zone.

Failure

One of the failed node’s neighbors takes over the zone. Data held by thefailed node will be lost until their state is refreshed by their holders. Toprevent stale and lost entries, nodes periodically refresh their entries.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 6 / 36

Page 7: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work VBI-Tree

The VBI-TreeIndex Structure

VBI supports a variety of indexing methods such as the R-Tree,X-Tree, SSTree, and M-Tree.

However, limited to binary tree structures...and thus, the former claim is not entirely true.

Each node maintains links to its parent, its children, its adjacentnodes and its sideways routing tables.

The basic idea is to assign a region of the attribute space to eachdata node.

Each internal node has an associated a region that covers all regionsmanaged by its children.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 7 / 36

Page 8: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work VBI-Tree

The VBI-TreeOverlay Operations

Node Joins

Cost of finding a node to join: O(log n)

When a node accepts a new node as its child

Split half of its content (its range of values) to its new child.Update adjacent links of itself and its new childNotify both its neighbor nodes and its new childs neighboring nodes toupdate their tablesCost: 6 log n

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 8 / 36

Page 9: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work VBI-Tree

The VBI-Tree

Node Departures

Leaf nodes with no neighbors having children can leave the network

Transfer content to the parent node, and update adjacent links.Notify neighboring nodes and parents neighboring nodes to updatetheir knowledge.Cost: 4 log n

Leaf nodes with a neighbor having children, need to find a leaf nodeto replace them, selected among the children of that neighbor node.

Intermediate nodes need to find a leaf node to replace them fromtheir adjacent nodes.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 9 / 36

Page 10: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work VBI-Tree

Fault Tolerance

Node failures

Nodes that discover the failure of a node report to that nodes parent.

The failed node’s parent finds a leaf node to replace if necessary.

Routing information of the failed node can be recovered by contactingits neighbors via routing information from its parent.

Fault tolerance: failure node can be passed by two ways

Through routing tables - horizontal axis

Through parent-child and adjacent links - vertical axis

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 10 / 36

Page 11: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Related Work P-Grid

P-GridIndex Structure

Consider a binary trie whose leaves correspond to actual peers.

Each peer is identified by a unique binary identifier which correspondsto the route from the root to the associated leaf.

Each peer is responsible for all keys which have a prefix identical topeer’s identifier.

A peer maintains routing information for each bit of its identifier,with one other peer with that specific bit inverted.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 11 / 36

Page 12: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Structure

MIDAS StructureIndex Structure

MIDAS under the scope...

Virtual distributed kd-tree.

Only leaf nodes correspond to actual peers.

Internal nodes serve as routing directives.

Part of the virtual tree hierarchy is represented for each peer by split

history (node’s path) and split points.

Their combination defines the position of a zone in space.

For each node in its path from the root, a peer knows another peerfrom the subtree it does not belong.

Tuples stored into the leaf nodes of the appropriate responsibility area.

No global knowledge, each peer nodes log n other peers.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 12 / 36

Page 13: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Structure

StructureExample

Peer link entries

u(00) y(1) v(010)

v(010) y(1) u(00) w(011)

w(011) y(1) u(00) v(010)

y(1) u(00)

Table: Routing tables exampleGeorge Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 13 / 36

Page 14: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Overlay Operations

Fundamental OperationsElementary Functionality

Node Insertion

A new peer is created by expanding the tree, through splitting a leaf nodealong its most spread dimension and expand the kd-tree.

Node Removal

A peer u is removed when merged with any neighboring peer v , where u, v

overlap along d − 1 dimensions and abut along one (u.depth=v .depth).

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 14 / 36

Page 15: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Fault-Tolerance

Fault-ToleranceNode Failures and Robustness

Two cases for peer u that traces the failure of a known peer w .

1 If failed peer w is the last link of u’s routing table, then u takes overw ’s area of responsibility.

2 Otherwise, peer u bypasses w by issuing a lookup query for a randompoint in the area designated by the 1st , .., j th split points, and replacesthe failed link with the owner.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 15 / 36

Page 16: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Lookup Queries

Lookup QueriesExact Search

1 Issue/Receive a lookup query.

2 If it can be processed locally, then answer it.

3 Else traverse the local virtual tree hierarchy for the most relevantnode known and forward the query.

4 This procedure is repeated recursively O(log n) times until the requestreaches the responsible node.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 16 / 36

Page 17: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Lookup Queries

Lookup QueriesAn exact search example

A lookup query is issued by node y(1) for the query point ~q (diamond).

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 17 / 36

Page 18: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Lookup Queries

Lookup QueriesAn exact search example

Since node y(1) cannot anwer the query locally, it is forwarded throughthe link corresponding to the node on the left of the first split-point.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 18 / 36

Page 19: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Lookup Queries

Lookup QueriesAn exact search example

But node u(00) can neither retrieve the key locally, and therefore, willrecursively forward the request to the most relevant node it knows, thenode that corresponds above the second split-point.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 19 / 36

Page 20: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Lookup Queries

Lookup QueriesAn exact search example

The request reaches node w(011) that is responsible for the queried key.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 20 / 36

Page 21: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Lookup Queries

Lookup QueriesAn exact search example

Eventually, node w(011) returns the (key , value) pair to the issuer node.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 21 / 36

Page 22: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesOrthogonal Search Method

1 Issue/Receive a range query.

2 If the requested coverage area is not fully enclosed, then forward toknown relevant nodes a part of the query (defined by split-points).

3 If there is any overlapping between local responsibility area and therequested coverage area, then answer that part.

4 This procedure is repeated recursively in O(log n) hops until thewhole range is spanned.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 22 / 36

Page 23: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesAn orthogonal search example

A range query is issued by node u(00) for the red area.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 23 / 36

Page 24: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesAn orthogonal search example

The query is partially answered by node y(1) (one hop) - queryfragmented along the first split-point.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 24 / 36

Page 25: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesAn orthogonal search example

The rest of the initial (red) query is partially answered by node v(010)(one hop) - remaining query after fragmented along the second split-point.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 25 / 36

Page 26: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesAn orthogonal search example

Also partially answered by node w(011) (two hops away) - subqueryfragmented along the first, second and third split-points

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 26 / 36

Page 27: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesAn orthogonal search example

The remainder of the query is partially processed locally by node u(00).

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 27 / 36

Page 28: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

MIDAS Range Queries

Range QueriesAn orthogonal search example

A range query issued by u(00) and partially answered by y(1) and u(010)(one hop), and w(011) (two hops).

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 28 / 36

Page 29: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Experiments Simulations

Experimental EvaluationSetting

Simulations

Our experiments simulate a dynamic environment.

They consist of two stages, a growing and a shrinking stage.

Real spatial and synthetic high-dimensional datasets.

We initiate an overlay of 1K peers, increasing to 70K peers...followed by the reverse procedure.

Datasets consist of 1M keys.

Querysets consist of 50K queries.

Each range query evaluates 50 tuples.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 29 / 36

Page 30: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Experiments Results

Lookups Evaluation

1

10

100

1000

20K 40K 60K 80K 100K

late

ncy

(h

op

s)

overlay size (peers)

canvbi

midas

1

10

100

2 4 6 8 10 12 14 16 18la

ten

cy (

ho

ps)

dimensionality

canvbi

midas

Figure: Latency for lookup queries for MIDAS, VBI, CAN a peer maintains.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 30 / 36

Page 31: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Experiments Results

Range Queries Evaluation

1

10

100

1000

20K 40K 60K 80K 100K

late

ncy

(h

op

s)

overlay size (peers)

canvbi

midas

1

10

100

2 4 6 8 10 12 14 16 18la

ten

cy (

ho

ps)

dimensionality

canvbi

midas

Figure: Latency for range queries for MIDAS, VBI, CAN a peer maintains.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 31 / 36

Page 32: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Conclusions

ConclusionsMIDAS lineaments

Pure multi-dimensional paradigm.

Enhanced scalability and performance.

Requests are satisfied in O(log n) hops.

Increased dimensionality has no effect on performance.

Skewness affects latency and data load fairness only slightly.

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 32 / 36

Page 33: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Conclusions Future Work

Other DirectionsSemantic Web

MIDAS can serve as a backbone application for numerous diverse purposes.

Distributed RDF/S repository

Efficient storage and retrieval of RDF tuples.

Supporting disjunctive and conjuctive triple pattern queries.

Logarithmic resolution of SPARQL queries (wrt to overlay size).

Enhanced distributed reasoning after:1 Leveraging labeling schemes (interval schemes, prefix schemes)2 Implementing the W3C RDF/S entailment rules

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 33 / 36

Page 34: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Conclusions Future Work

Other DirectionsDiversity

Distributed Diversified Search Methods

Similarity search... with a twist!

Result-set consists of tuples relevant to a query...but also dissimilar to each other!!

There are three (overlapping) definitions:

Content for differentiated items in terms of their attribute values.Novelty promoting items that contain new information compared

to those ranked higher.Coverage including items so as to cover many categories.

Bonus: You get rid of (near-)duplicates, as well!

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 34 / 36

Page 35: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Conclusions Future Work

Other DirectionsReal-Life Example

Does this sound strange to you??Well, it shouldn’t. This is why...

The hungry demonstrator’s example in Athens

Q: “Where are the closest diners from where I am?”

The K-Nearest Neighbors

Souvlaki-X (90m)

Pita-Gyros (95m)

Souvlaki-Y (100m)

Sandwich (110m)

Creperie (120m)

Kebab-Doner (135m)

Souvlaki-Z (150m)

Search-Results Diversification

Souvlaki-X (90m)

Creperie (120m)

Pizza (150m)

Chinese restaurant (200m)

Steak-house (500m)

Indian food (600m)

Sushi-bar (800m)

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 35 / 36

Page 36: s0small range latency - SSTD 2011sstd2011.cs.umn.edu/files/Slides/George.pdfOutline 1 Introduction 2 Related Work CAN VBI-Tree P-Grid 3 MIDAS Structure Overlay Operations Fault-Tolerance

Conclusions Future Work

Questions?

George Tsatsanifos [email protected] () MIDAS - SSTD 2011, Minneapolis, MN August 25, 2011 36 / 36