The Buddy-Tree: an Efficient and Robust Access Method for Spatial Data Base Systems *

Total Page:16

File Type:pdf, Size:1020Kb

The Buddy-Tree: an Efficient and Robust Access Method for Spatial Data Base Systems * The Buddy-Tree: An Efficient and Robust Access Method for Spatial Data Base Systems * BERNHARD SEEGER+ and HANS-PETER KRIEGEL PRAKTISCHE INFORMATIK, UNIVERSITY OF BFtEMEN,D-2800 BREMEN 33, WEST GERMANY In this paper, we propose a new multidimensional access In non-standarddatabase applications, such as geographic method, called the buddy-tree, to support point as well as information processing or CAD/CAM, accessmethods spatial data in a dynamic environment. The buddy-tree are required that support efficient manipulation of can be seen as a compromise of the R-tree and the grid multidimensional geometric objects on secondary file, but it is fundamentally different from each of them. storage. Moreover, efficient access methods are an Becausegrid files loose performancefor highly correlated essential part in knowledge-basedsystems [HCKW 903. data, the buddy-tree is designedto organize such data very We can basicly distinguish between point accessmethods efficiently, partitioning only such parts of the data space (PAMs) and spatial access methods (SAMs) which are which contain data and not partitioning empty data space. designed to handle multidimensional point data, e.g. The directory consists of a very flexible partitioning and records ordered by a multidimensional key, and spatial reorganization scheme based on a generalization of the data, e.g. polygons or rectangles,respectively. buddy-system. As for B-trees, the buddy-tree fulfills the First of all, these accessmethods must be dynamic, i.e. property that insertions and deletions are restricted to they should support arbitrary insertions and deletions of exactly one path of the directory. Additional important objects without any global reorganizations and without properties which are not fulfilled in this combination by any loss of performance. Moreover they should any other multidimensional tree-basedaccess method are: efficiently support a large set of queries, such as range, (i) the directory grows linear in the number of records, partial match,join and nearestneighbor queries, (ii) no overflow pages are allowed, (iii) the data spaceis The basic principle of all multidimensional PAMs is to partitioned into minimum bounding rectangles of the partition the data space into page regions, shortly actual data and (iv) the performance is basicly regions, such that all records of a data page are taken independent of the sequenceof insertions. In this paper, from one region. We classify according to the following we introduce the principles of the buddy-tree, the three properties of regions: the regions are pairwise organization of its directory and the most important disjoint or not, the regions are rectangular or not and the algorithms. Using our standardizedtestbed, we present a partition into regions is complete or not, i.e. the union performance comparison of the buddy-tree with other of all regions spans the complete data space or not, access methods demonstrating the superiority and Obviously, this classification yields six classes, four of robustnessof the buddy-tree. which are filled with known PAMs. Without going into detail, in table 1 we present well known PAMs according to thesethree criteria. All of the PAMs in class (C 1) perform rather efficient Permission to copy without fee all or part of this material is for uniform and uncorrelated data. However, for highly granted provided that the copies arc not made or distributed for correlateddatatheirperformancedegenerates. direct commercial advantage. the VLDB copyright notice and the title of the publication and its date appear. and notice is given (*) This work was supported by grant no. Kr 670/4-3 from that copying is by permission of the Very Large Data Base the Deutsche Forschungsgemeinschaft DFG (German Research Society) and by the Ministry of Enviromental Endowment. To copy otherwise. or to republish. requires a fee and Urban Planning of Bremen and/or special permission from the Endowment. (+) B.Seeger has a one year leave of absence from the University of Bremen which he presently spending at the University of Waterloo, Canada. fiiancially supported by Proceedings of the 16th VLDB Conference a Post Doctoral Fellowship from the DFG Brisbane, Australia 1990 590 property class PAM rectangular complete disjoint interpolation hashing wur 831. MOLHPE m 861. quartile hashing [KS 891. PLOP-hashing [KS 881. k-d-B tree [Rob 813. multidimensional extendible X hashing [Tam 82,Oto 841, balanced multidimensional (Cl) x X extendible hash tree [Oto 861. grid file [NHS 841. Zlevel grid file [Hin 851. interpolation-based grid file [Ouk 851 twin grid file [HSW 881 C2) x X (C3> x X buddy tree, multilevel grid file IwK 851 B+-tree with z-o&z [OM 841, BANG file [Fre 873. K4) X X hB-tree [LS 891 Table 1 : Classification of multidimensional PAMs. Therefore other PAMs like the BANG-file or hB-tree whose sidesare parallel to the axes of the data space.One have been proposed allowing more general shapes of technique to generate such a SAM from a PAM is the regions which are constructedby difference and union of transformation of d-dimensional rectangles into 2d- rectangles. dimensional points where for example the first d Quite a different approachfor the efficient organization components represent the center, the remaining d of highly correlated data is the buddy-tree. The most components represent the extension of the rectangle important characteristic is that the union of all regions ([Hin85], [SK88]). These 2d-dimensional points are does not span the complete data space.Thus the buddy- highly correIatedand occupy only a small part of the data tree avoids partitioning empty data space. Instead the space.In particuhu for such distributions the buddy-tree buddy-tree uses a similar concept as the R-tree [Gut841 performs very efficiently. and the R*-tree [BKSS 901 for spatial data, but differs In the paper we will use the following notations: The from the R-tree variants by avoiding overlap in the tree parameter d, d2 1, specifies the dimension of the data directory. In comparison to previously proposed tree spaceD. The data space D is composedof the domains structuressuch as the K-D-B-tree, the buddy-tree guaran- Di, 1 I i I d, of the i-th axis. On these domains an order teesa more efficient dynamic behavior.Moreover, indirect relation should be well defined. Without loss of splits which cause low storage utilization and high generality we assume that D is given by the d- insertion costs in the K-D-B-tree, are completely avoided. dimensional unit square [O,l)d The parametersb, b > 1, Therefore, the sameproperties are fullidled as for B-trees and c, c > 1, denote the capacity of a data page and [BM 72]:deletions, insertions and exact match queries are directory page,respectively. restricted to one path of the directory. ‘Ibis behavior is The paper is organized as follows. In section 2 we guaranteedby using a generalization of the buddy system introduce the principles and the properties of the buddy- which was originally proposed for the grid file. Due to tree on a more informal level. In section 3 we present a this concept, the performanceof the buddy-tree is almost formal description of the structure of the buddy-tree and independentof the sequencein which data is inserted. in section 4 we propose a generally applicable Furthermore, we propose a special implementation implementation technique for increasing the fan out of technique for the buddy-tree which can be generalizedto directory nodes. Section 5 contains a description of the other accessmethods, such as the R-tree variants. From essential algorithms of the buddy-tree. Finally, in section this the buddy-tree gains a high fan out of the directory 6 we present an experimental performance comparison nodes. Thus the height of the tree and the retrieval cost which demonstratesthe superiority of the buddy-tree to are reduced. Most SAMs assumethat geometric objects other PAMs, such as the hB-tree, the BANG-file and the are approximated by a minimal bounding rectangle grid file. 591 of the @J&IV - Tra l empty data spaceis not partitioned The buddy-tree organizesdata using a tree-baseddirectory l insertion and deletion of a record is restricted to where each axis is treated equally. In contrast to the K-D- exactly one path B-tree Rob811 (one of the first multidimensional trees), l no overflow pages the buddy-tree performs well in a highly dynamic l directory grows linear in the number of records environment, i. e. insertions, deletions and a change of l performanceis basicly independentof the sequenceof the data distribution do not affect performance. This insertions property is achieved by applying a modified version of the l efficient behavior for insertions and deletions so-called buddy-system which is well-known from the l very high fan out of the directory nodes grid file [NHS84] to the buddy-tree. Additionally, the performanceof the buddy-tree is almost independentof the With the following example we intend to visualize the sequenceof insertions which is an essential drawback of basic propertiesof the buddy-tree: previous tree-structures, like the K-D-B-tree or hB-tree lLS891. Another important feature of the buddy-tree is that it Let the dimension be d = 2, the capacity of a directory does not partition empty data space. Therefore queries, page be c = 5 and the capacity of a data page be b = 4. such as partial match queries, where the query region Then the following snapshots depict the growth of the intersects with empty data space,can be performed much buddy-tree starting with the empty file. In the data pages faster than by conventional structures partitioning the the actual points are stored. Minimum bounding complete data space. This property is very similar to the rectangles of at most 4 points are represented in the variants of the R-tree, originally designed for spatial data directory pagesindicated by a light fill pattern.
Recommended publications
  • Application of TRIE Data Structure and Corresponding Associative Algorithms for Process Optimization in GRID Environment
    Application of TRIE data structure and corresponding associative algorithms for process optimization in GRID environment V. V. Kashanskya, I. L. Kaftannikovb South Ural State University (National Research University), 76, Lenin prospekt, Chelyabinsk, 454080, Russia E-mail: a [email protected], b [email protected] Growing interest around different BOINC powered projects made volunteer GRID model widely used last years, arranging lots of computational resources in different environments. There are many revealed problems of Big Data and horizontally scalable multiuser systems. This paper provides an analysis of TRIE data structure and possibilities of its application in contemporary volunteer GRID networks, including routing (L3 OSI) and spe- cialized key-value storage engine (L7 OSI). The main goal is to show how TRIE mechanisms can influence de- livery process of the corresponding GRID environment resources and services at different layers of networking abstraction. The relevance of the optimization topic is ensured by the fact that with increasing data flow intensi- ty, the latency of the various linear algorithm based subsystems as well increases. This leads to the general ef- fects, such as unacceptably high transmission time and processing instability. Logically paper can be divided into three parts with summary. The first part provides definition of TRIE and asymptotic estimates of corresponding algorithms (searching, deletion, insertion). The second part is devoted to the problem of routing time reduction by applying TRIE data structure. In particular, we analyze Cisco IOS switching services based on Bitwise TRIE and 256 way TRIE data structures. The third part contains general BOINC architecture review and recommenda- tions for highly-loaded projects.
    [Show full text]
  • KP-Trie Algorithm for Update and Search Operations
    The International Arab Journal of Information Technology, Vol. 13, No. 6, November 2016 722 KP-Trie Algorithm for Update and Search Operations Feras Hanandeh1, Izzat Alsmadi2, Mohammed Akour3, and Essam Al Daoud4 1Department of Computer Information Systems, Hashemite University, Jordan 2, 3Department of Computer Information Systems, Yarmouk University, Jordan 4Computer Science Department, Zarqa University, Jordan Abstract: Radix-Tree is a space optimized data structure that performs data compression by means of cluster nodes that share the same branch. Each node with only one child is merged with its child and is considered as space optimized. Nevertheless, it can’t be considered as speed optimized because the root is associated with the empty string. Moreover, values are not normally associated with every node; they are associated only with leaves and some inner nodes that correspond to keys of interest. Therefore, it takes time in moving bit by bit to reach the desired word. In this paper we propose the KP-Trie which is consider as speed and space optimized data structure that is resulted from both horizontal and vertical compression. Keywords: Trie, radix tree, data structure, branch factor, indexing, tree structure, information retrieval. Received January 14, 2015; accepted March 23, 2015; Published online December 23, 2015 1. Introduction the exception of leaf nodes, nodes in the trie work merely as pointers to words. Data structures are a specialized format for efficient A trie, also called digital tree, is an ordered multi- organizing, retrieving, saving and storing data. It’s way tree data structure that is useful to store an efficient with large amount of data such as: Large data associative array where the keys are usually strings, bases.
    [Show full text]
  • Lecture 26 Fall 2019 Instructors: B&S Administrative Details
    CSCI 136 Data Structures & Advanced Programming Lecture 26 Fall 2019 Instructors: B&S Administrative Details • Lab 9: Super Lexicon is online • Partners are permitted this week! • Please fill out the form by tonight at midnight • Lab 6 back 2 2 Today • Lab 9 • Efficient Binary search trees (Ch 14) • AVL Trees • Height is O(log n), so all operations are O(log n) • Red-Black Trees • Different height-balancing idea: height is O(log n) • All operations are O(log n) 3 2 Implementing the Lexicon as a trie There are several different data structures you could use to implement a lexicon— a sorted array, a linked list, a binary search tree, a hashtable, and many others. Each of these offers tradeoffs between the speed of word and prefix lookup, amount of memory required to store the data structure, the ease of writing and debugging the code, performance of add/remove, and so on. The implementation we will use is a special kind of tree called a trie (pronounced "try"), designed for just this purpose. A trie is a letter-tree that efficiently stores strings. A node in a trie represents a letter. A path through the trie traces out a sequence ofLab letters that9 represent : Lexicon a prefix or word in the lexicon. Instead of just two children as in a binary tree, each trie node has potentially 26 child pointers (one for each letter of the alphabet). Whereas searching a binary search tree eliminates half the words with a left or right turn, a search in a trie follows the child pointer for the next letter, which narrows the search• Goal: to just words Build starting a datawith that structure letter.
    [Show full text]
  • Efficient In-Memory Indexing with Generalized Prefix Trees
    Efficient In-Memory Indexing with Generalized Prefix Trees Matthias Boehm, Benjamin Schlegel, Peter Benjamin Volk, Ulrike Fischer, Dirk Habich, Wolfgang Lehner TU Dresden; Database Technology Group; Dresden, Germany Abstract: Efficient data structures for in-memory indexing gain in importance due to (1) the exponentially increasing amount of data, (2) the growing main-memory capac- ity, and (3) the gap between main-memory and CPU speed. In consequence, there are high performance demands for in-memory data structures. Such index structures are used—with minor changes—as primary or secondary indices in almost every DBMS. Typically, tree-based or hash-based structures are used, while structures based on prefix-trees (tries) are neglected in this context. For tree-based and hash-based struc- tures, the major disadvantages are inherently caused by the need for reorganization and key comparisons. In contrast, the major disadvantage of trie-based structures in terms of high memory consumption (created and accessed nodes) could be improved. In this paper, we argue for reconsidering prefix trees as in-memory index structures and we present the generalized trie, which is a prefix tree with variable prefix length for indexing arbitrary data types of fixed or variable length. The variable prefix length enables the adjustment of the trie height and its memory consumption. Further, we introduce concepts for reducing the number of created and accessed trie levels. This trie is order-preserving and has deterministic trie paths for keys, and hence, it does not require any dynamic reorganization or key comparisons. Finally, the generalized trie yields improvements compared to existing in-memory index structures, especially for skewed data.
    [Show full text]
  • Search Trees for Strings a Balanced Binary Search Tree Is a Powerful Data Structure That Stores a Set of Objects and Supports Many Operations Including
    Search Trees for Strings A balanced binary search tree is a powerful data structure that stores a set of objects and supports many operations including: Insert and Delete. Lookup: Find if a given object is in the set, and if it is, possibly return some data associated with the object. Range query: Find all objects in a given range. The time complexity of the operations for a set of size n is O(log n) (plus the size of the result) assuming constant time comparisons. There are also alternative data structures, particularly if we do not need to support all operations: • A hash table supports operations in constant time but does not support range queries. • An ordered array is simpler, faster and more space efficient in practice, but does not support insertions and deletions. A data structure is called dynamic if it supports insertions and deletions and static if not. 107 When the objects are strings, operations slow down: • Comparison are slower. For example, the average case time complexity is O(log n logσ n) for operations in a binary search tree storing a random set of strings. • Computing a hash function is slower too. For a string set R, there are also new types of queries: Lcp query: What is the length of the longest prefix of the query string S that is also a prefix of some string in R. Prefix query: Find all strings in R that have S as a prefix. The prefix query is a special type of range query. 108 Trie A trie is a rooted tree with the following properties: • Edges are labelled with symbols from an alphabet Σ.
    [Show full text]
  • X-Fast and Y-Fast Tries
    x-Fast and y-Fast Tries Outline for Today ● Bitwise Tries ● A simple ordered dictionary for integers. ● x-Fast Tries ● Tries + Hashing ● y-Fast Tries ● Tries + Hashing + Subdivision + Balanced Trees + Amortization Recap from Last Time Ordered Dictionaries ● An ordered dictionary is a data structure that maintains a set S of elements drawn from an ordered universe � and supports these operations: ● insert(x), which adds x to S. ● is-empty(), which returns whether S = Ø. ● lookup(x), which returns whether x ∈ S. ● delete(x), which removes x from S. ● max() / min(), which returns the maximum or minimum element of S. ● successor(x), which returns the smallest element of S greater than x, and ● predecessor(x), which returns the largest element of S smaller than x. Integer Ordered Dictionaries ● Suppose that � = [U] = {0, 1, …, U – 1}. ● A van Emde Boas tree is an ordered dictionary for [U] where ● min, max, and is-empty run in time O(1). ● All other operations run in time O(log log U). ● Space usage is Θ(U) if implemented deterministically, and O(n) if implemented using hash tables. ● Question: Is there a simpler data structure meeting these bounds? The Machine Model ● We assume a transdichotomous machine model: ● Memory is composed of words of w bits each. ● Basic arithmetic and bitwise operations on words take time O(1) each. ● w = Ω(log n). A Start: Bitwise Tries Tries Revisited ● Recall: A trie is a simple data 0 1 structure for storing strings. 0 1 0 1 ● Integers can be thought of as strings of bits. 1 0 1 1 0 ● Idea: Store integers in a bitwise trie.
    [Show full text]
  • Tries and String Matching
    Tries and String Matching Where We've Been ● Fundamental Data Structures ● Red/black trees, B-trees, RMQ, etc. ● Isometries ● Red/black trees ≡ 2-3-4 trees, binomial heaps ≡ binary numbers, etc. ● Amortized Analysis ● Aggregate, banker's, and potential methods. Where We're Going ● String Data Structures ● Data structures for storing and manipulating text. ● Randomized Data Structures ● Using randomness as a building block. ● Integer Data Structures ● Breaking the Ω(n log n) sorting barrier. ● Dynamic Connectivity ● Maintaining connectivity in an changing world. String Data Structures Text Processing ● String processing shows up everywhere: ● Computational biology: Manipulating DNA sequences. ● NLP: Storing and organizing huge text databases. ● Computer security: Building antivirus databases. ● Many problems have polynomial-time solutions. ● Goal: Design theoretically and practically efficient algorithms that outperform brute-force approaches. Outline for Today ● Tries ● A fundamental building block in string processing algorithms. ● Aho-Corasick String Matching ● A fast and elegant algorithm for searching large texts for known substrings. Tries Ordered Dictionaries ● Suppose we want to store a set of elements supporting the following operations: ● Insertion of new elements. ● Deletion of old elements. ● Membership queries. ● Successor queries. ● Predecessor queries. ● Min/max queries. ● Can use a standard red/black tree or splay tree to get (worst-case or expected) O(log n) implementations of each. A Catch ● Suppose we want to store a set of strings. ● Comparing two strings of lengths r and s takes time O(min{r, s}). ● Operations on a balanced BST or splay tree now take time O(M log n), where M is the length of the longest string in the tree.
    [Show full text]
  • String Algorithm
    Trie: A data-structure for a set of words All words over the alphabet Σ={a,b,..z}. In the slides, let say that the alphabet is only {a,b,c,d} S – set of words = {a,aba, a, aca, addd} Need to support the operations Tries and suffixes trees • insert(w) – add a new word w into S. • delete(w) – delete the word w from S. • find(w) is w in S ? Alon Efrat • Future operation: Computer Science Department • Given text (many words) where is w in the text. University of Arizona • The time for each operation should be O(k), where k is the number of letters in w • Usually each word is associated with addition info – not discussed here. 2 Trie (Tree+Retrive) for S A trie - example p->ar[‘b’-’a’] Note: The label of an edge is the label of n A tree where each node is a struct consist the cell from which this edge exits n Struct node { p a b c d n char[4] *ar; 0 a n char flag ; /* 1 if a word ends at this node. b d Otherwise 0 */ a b c d a b c d Corresponding to w=“d” } a b c d a b c d flag 1 1 0 ar 1 b Corr. To w=“db” (not in S, flag=0) S={a,b,dbb} a b c d 0 a b c d flag ar 1 b Rule: a b c d Corr. to w= dbb Each node corresponds to a word w 1 “ ” (w which is in S iff the flag is 1) 3 In S, so flag=1 4 1 Finding if word w is in the tree Inserting a word w p=root; i =0 Recall – we need to modify the tree so find(w) would return While(1){ TRUE.
    [Show full text]
  • B-Tries for Disk-Based String Management
    The VLDB Journal (2009) 18:157–179 DOI 10.1007/s00778-008-0094-1 REGULAR PAPER B-tries for disk-based string management Nikolas Askitis · Justin Zobel Received: 11 June 2006 / Revised: 14 December 2007 / Accepted: 9 January 2008 / Published online: 11 March 2008 © Springer-Verlag 2008 Abstract A wide range of applications require that large tries that are efficient in memory cannot be directly mapped quantities of data be maintained in sort order on disk. The to disk without incurring high costs [52]. B-tree, and its variants, are an efficient general-purpose disk- The best-known structure for this task is the B-tree, pro- based data structure that is almost universally used for this posed by Bayer and McCreight [9], and its variants. In its task. The B-trie has the potential to be a competitive alter- most practical form, the B-tree is a multi-way balanced tree native for the storage of data where strings are used as keys, comprised of two types of nodes: internal and leaf. Internal but has not previously been thoroughly described or tested. nodes are used as an index or a road-map to leaf nodes, which We propose new algorithms for the insertion, deletion, and contain the data. The B-tree is considered to be the most effi- equality search of variable-length strings in a disk-resident cient data structure for maintaining sorted data on disk [3,43, B-trie, as well as novel splitting strategies which are a criti- 83]. A key characteristic is the use of a balanced tree struc- ( ) cal element of a practical implementation.
    [Show full text]
  • Algorithm for Character Recognition Based on the Trie Structure
    University of Montana ScholarWorks at University of Montana Graduate Student Theses, Dissertations, & Professional Papers Graduate School 1987 Algorithm for character recognition based on the trie structure Mohammad N. Paryavi The University of Montana Follow this and additional works at: https://scholarworks.umt.edu/etd Let us know how access to this document benefits ou.y Recommended Citation Paryavi, Mohammad N., "Algorithm for character recognition based on the trie structure" (1987). Graduate Student Theses, Dissertations, & Professional Papers. 5091. https://scholarworks.umt.edu/etd/5091 This Thesis is brought to you for free and open access by the Graduate School at ScholarWorks at University of Montana. It has been accepted for inclusion in Graduate Student Theses, Dissertations, & Professional Papers by an authorized administrator of ScholarWorks at University of Montana. For more information, please contact [email protected]. COPYRIGHT ACT OF 1 9 7 6 Th is is an unpublished manuscript in which copyright sub ­ s i s t s , Any further r e p r in t in g of its contents must be approved BY THE AUTHOR, Ma n sfield L ibrary U n iv e r s it y of Montana Date : 1 987__ AN ALGORITHM FOR CHARACTER RECOGNITION BASED ON THE TRIE STRUCTURE By Mohammad N. Paryavi B. A., University of Washington, 1983 Presented in partial fulfillment of the requirements for the degree of Master of Science University of Montana 1987 Approved by lairman, Board of Examiners iean, Graduate School UMI Number: EP40555 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted.
    [Show full text]
  • Complexity Analysis of Tries and Spanning Tree Problems Bernd
    ◦ ◦ ◦ ◦ ECHNISCHE NIVERSITÄT ÜNCHEN ◦ ◦ ◦ ◦ T U M ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ ◦ FAKULTÄT FÜR INFORMATIK ◦ ◦ ◦ Lehrstuhl für Effiziente Algorithmen Complexity Analysis of Tries and Spanning Tree Problems Bernd Stefan Eckhardt Vollständiger Abdruck der von der Fakultät für Informatik der Technischen Universität München zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. J. Schlichter Prüfer der Dissertation: 1. Univ.-Prof. Dr. E. W. Mayr 2. Univ.-Prof. A. Kemper, Ph. D. Die Dissertation wurde am 13.12.2007 bei der Technischen Universität München eingereicht und durch die Fakultät für Informatik am 23.11.2009 angenommen. ii Abstract Much of the research progress that is achieved nowadays in various scientific fields has its origin in the increasing computational power and the elaborated mathematical theory which are available for processing data. For example, efficient algorithms and data structures play an important role in modern biology: the research field that has only recently grown out of biology and informatics is called bioinformatics. String and prefix matching operations on DNA or protein sequences are among the most important kinds of operations in contemporary bioinformatics applications. The importance of those operations is based on the assumption that the function of a gene or protein and its sequence encoding are strongly related. Clearly, not all kinds of data that appear in bioinformatics can be modeled as textual data, but in many situations data are more appropriately modeled by networks, e.g., metabolic networks or phylogenetic networks. For such kinds of data algorithmic network analysis, i.e., applying graph algorithms to compute the relationship between the networks elements, is an indis- pensable tool in bioinformatics.
    [Show full text]
  • Multidimensional Point Data 1
    CMSC 420 Summer 1998 Samet Multidimensional Point Data 1 Hanan Samet Computer Science Department University of Maryland College Park, Maryland 20742 September 10, 1998 1 Copyright c 1998 by Hanan Samet. These notes may not be reproducedby any means (mechanical, electronic, or any other) without the express written permission of Hanan Samet. Multidimensional Point Data The representation of multidimensional point data is a central issue in database design, as well as applications in many other ®elds that includecomputer graphics, computer vision, computationalgeometry, image process- ing, geographic information systems (GIS), pattern recognition, VLSI design, and others. These points can represent locations and objects in space as well as more general records. As an example of a general record, consider an employee record which has attributes corresponding to the employee's name, address, sex, age, height, weight, and social security number. Such records arise in database management systems and can be treated as points in, for this example, a seven-dimensional space (i.e., there is one dimension for each attribute or key2 ) albeit the different dimensions have different type units (i.e., name and address are strings of charac- ters, sex is binary; while age, height, weight, and social security number are numbers). Formally speaking, a database is a collection of records, termed a ®le. There is one record per data point, and each record contains several attributes or keys. In order to facilitate retrieval of a record based on some of its attribute values, we assume the existence of an ordering for the range of values of each of these attributes.
    [Show full text]