1 / 25

Future and Emerging Technologies (FET)

UoI Presentation. DBGlobe IST-2001-32645. 3rd Meeting Athens, November 29, 2002. Proactive initiative on: Global Computing (GC). Future and Emerging Technologies (FET). The roots of innovation. Outline. Directories :: Resource Location Data Delivery. Resource Discovery.

talisa
Télécharger la présentation

Future and Emerging Technologies (FET)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UoI Presentation DBGlobe IST-2001-32645 3rd Meeting Athens, November 29, 2002 Proactive initiative on: Global Computing (GC) Future and Emerging Technologies (FET) The roots of innovation

  2. Outline Directories :: Resource Location Data Delivery

  3. Resource Discovery Summaries for Resource Discovery Maintain summaries (e.g., Bloom filters) to assist the search for a service (resource) Directories for XML metadata and appropriate summaries

  4. Resource Discovery Motivation: (DBGlobe) Large Scale and Dynamic Environment How to locate a resource System Model: Sites that storehierarchical descriptions of services (in XML) or XML documents Path queries Limitations (so far): We consider only XML-Trees (no cycles) No value queries Joint work with Georgia Koloniari

  5. device camera printer color postscript digital Resource Discovery <xml> <device> <printer> <color></color> <postscript></postscript> </printer> <camera> <digital></digital> </camera> </device> An example XML-description and the corresponding XML-tree Pathqueries From the root: //device/printer Partial: camera/digital * Overall Approach: maintain Bloom-based indexes to check whether a document (item) exists at a site (peer)

  6. Resource Discovery Bloom-Filters test if an element b exists in a set A = {a1, a2,…, an} of n elements (keys) Bit Vector v Element a h1(a) = P1 h2(a) = P2 h3(a) = P3 h4(a) = P4 Allocate a vector v of m bits, initially all set to 0 Choose kindependent hash functions, h1, h2, … , hk, each with range {1,…, m}. For each element a A, set the bits at positions h1(a), h2(a), . . . , hk(a) to 1. (A particular bit might be set to 1 multiple times) Given a query for b, check the bits at positions h1(b), h2(b), . . . , hk(b). If any is 0, then certainly b is not in the set A. Otherwise we assume that b is in the set (“false positive”). 1 1 m bits 1 1

  7. device camera printer color postscript digital Resource Discovery Breadth (or level) Blooms The Breadth Bloom Filter (BBF) for an XML tree T with j levels: set of Bloom filters {BBF0, BBF1, BBF2, … BBFi}, i ≤ j One Bloom filter, denoted BBFi, for each level i of the tree. BBFi: the labels (attributes) of all nodes at level i. BBF0: all attributes that appear in any node of the XML tree T. {device, printer, camera, color, postscript, digital} BBF0 BBF1 {device} BBF2 {printer, camera} BBF3 {color, postscript, digital} The BBFi s are not of the same size We may skip levels

  8. device camera printer color postscript digital Resource Discovery Depth (or Path) Blooms The Depth Bloom Filter (DBF) for an XML tree T with j levels: set of Bloom filters {DBF0, DBF1, DBF2, … DBFi-1}, i ≤ j One Bloom filter, denoted DBFi, for each path of length i (with i+1 nodes) of the tree. DBFi: the labels (attributes) of all paths of length i. DBF0: all attributes that appear in any node of the XML tree T. {device, printer, camera, color, postscript, digital} DBF0 DBF1 {device/printer, device/camera, printer/color, printer/postscript, camera/digital} DBF2 {device/printer/color, device/printer/postscript, device/camera/digital Special symbol for “root” paths

  9. Resource Discovery • Preliminary performance results • Both outperform (in terms of false positives) a same size simple bloom • Depth (path) very sensitive on the number of levels • Depth (path) need more space • Updates are handled efficiently (just the corresponding vectors)

  10. Resource Discovery • Distribution • Each site: • local-filter: a bloom filter for local resources • one or more summary -filter summary-filter: merge of the bloom filters of a set X of other sites

  11. Resource Discovery Horizons (keep information for up to horizon = d neighbors (as in routing indexes) A merged-filter for each path: merge of blooms for all sites on the path up to length equal to the horizon 7 1 2 6 Merged of nodes 1, 2 8 Merged of nodes 6, 7, 8 0 4 3 9 Merged of nodes 3, 4 5

  12. Resource Discovery Hierarchical root peers 1 2 3 Leaf sites : local filter Internal sites : summaries for all nodes in its subtree Root sites : summaries for other root sites

  13. Resource Discovery • Future work • Evaluate distribution strategies • Other ways of summarizing data (related work on selectivity estimation) • See how this • can be related to ontologies (meaningful path queries) • whether/how it can be integrated with querying

  14. Outline Directories :: Resource Location Data Delivery

  15. Data Delivery For the 1st deliverable on the topic • A survey on different modes to transmit data: • Push/pull • Continuous (periodic) /a-periodic • Multicast/unicast • Directed diffusion (communication only with neighbor nodes)

  16. Data Delivery For the 1st deliverable on the topic • The different data delivery modes in DBGlobe • Tradeoffs of using one over the other (e.g., in registering services, directory (location updates) • To be extended for D10 (Data Delivery and Querying)

  17. Data Delivery Data Delivery Modes and Coherence Focus: How to achieve temporal (currency) and Semantic (transaction-based) Coherency of Data under different modes of data delivery

  18. Data Delivery The Data Broadcast Model • The server broadcasts data from a database to a large number of clients • push mode + no direct communication with the server • Data updates at the server • Periodic updates for the values on the channel Broadcast Channel Server Client • Efficient way to disseminate information to large client populations with similar interests • Physical support in wireless networks (satellite, cellular) • Alternative way of transmitting information for data intensive applications (e.g., web)

  19. Data Delivery Clients must read consistent and current data without contacting the server directly • Multiple Versions:Not just one value per item, but k such values[Pitoura&Chrysanthis, IEEE TC 2003] • Temporal and Semantic Coherency (Theory and Protocols)[Pitoura,Chrysanthis&Ramamritham, ICDT03]

  20. Data Delivery Currency Currency Interval of an item x inRS(R) - CI(x, R) - is[cb, ce) wherecbis the time instance when the value was stored in the database, ceis the time insatnce of the next change of this value in the database Currency Interval for a set (readset)  (x, u) RS(R) CI(x, R)  , say [cb, ce)overlapping- equal toce- RS(R) is a subset an actual database state at the server older valueOV_Currency(R) = ce- , where ceis the smallest among the right limits of CI(x, R) Two properties: Temporal spread (discrepancies among database states) Temporal Lag (how old with regards some point in time (e.g., T_commit)

  21. Data Delivery Protocols and their properties • Timestamps (versioning) • Invalidation Reports • Propagation

  22. Data Delivery Consistency Degrees of Consistency C0 C1RS(R)  DS C2 R serializable with the set of server transactions that read values read (directly or indirectly) by R C3R serializable with the all server transactions C4 R serializable with the all server transactions and the serial izability order of the server transactions that R observes is consistent with the commit order of transactions at the server

  23. Data Delivery Protocols and their properties Based on broadcasting the serialization graph of the server (or parts of it) Relation to temporal coherency

  24. Data Delivery Future Work Multiple servers model Applications in sensor networks

  25. DBGlobe IST-2001-32645

More Related