Dissertations / Theses on the topic 'Relational database management systems'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Relational database management systems.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Alkahtani, Mufleh M. "Modeling relational database management systems." Virtual Press, 1993. http://liblink.bsu.edu/uhtbin/catkey/865955.
Full textDepartment of Computer Science
Zou, Beibei 1974. "Data mining with relational database management systems." Thesis, McGill University, 2005. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=82456.
Full textMoolman, G. Chris. "A relational database management systems approach to system design /." This resource online, 1992. http://scholar.lib.vt.edu/theses/available/etd-07102009-040421/.
Full textMoolman, George Christiaan. "A relational database management systems approach to system design." Thesis, Virginia Tech, 1992. http://hdl.handle.net/10919/43628.
Full textMaster of Science
Ibrahim, Karim. "Management of Big Annotations in Relational Database Management Systems." Digital WPI, 2014. https://digitalcommons.wpi.edu/etd-theses/272.
Full textKitinya, Sylivano Chiluli Nonga. "Relational multimedia databases." Thesis, Durham University, 1987. http://etheses.dur.ac.uk/1242/.
Full textSayli, Ayla. "Semantic query optimization in relational database management systems." Thesis, University of Essex, 1999. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.284608.
Full textLepinioti, Konstantina. "Data mining and database systems : integrating conceptual clustering with a relational database management system." Thesis, Bournemouth University, 2011. http://eprints.bournemouth.ac.uk/17765/.
Full textFloratos, Sofoklis. "High Performance Iterative Processing in Relational Database Management Systems." The Ohio State University, 2020. http://rave.ohiolink.edu/etdc/view?acc_num=osu1605909940057503.
Full textKolonko, Kamil. "Performance comparison of the most popular relational and non-relational database management systems." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-16112.
Full textNguyen, Long Phi M. Eng Massachusetts Institute of Technology. "Exploring learned join algorithm selection in relational database management systems." Thesis, Massachusetts Institute of Technology, 2021. https://hdl.handle.net/1721.1/130706.
Full textCataloged from the official PDF of thesis.
Includes bibliographical references (page 81).
Query optimizers, crucial components of relational database management systems, are responsible for generating efficient query execution plans. Despite many advances in the database community over the last few decades, most popular relational database management systems today still use cost-based optimizers that do not always model the underlying data's characteristics accurately. These cost-based optimizers brutally slow down a query if they make even one gross underestimate of a database table's cardinality. In this work, we improve on native cost-based optimizer performance by identifying the most ideal join algorithms for query execution plans in two popular relational database management systems, PostgreSQL and Microsoft SQL. First, we gather baseline query execution times for the entire IMDb Join Order Benchmark under different subsets of usable join algorithms to show that no subset yields high performance across all queries. We then show that it is feasible to use deep reinforcement learning to choose one of these subsets for each query seen and achieve far better performance on the intensive JOB queries. Finally, we introduce the idea of k-edits, showing results that indicate that for some queries, isolating just 1 "bad" join and changing its join algorithm can yield better performance. Our work suggests that reinforcement learning with both coarse and fine decisions shows huge potential for the future of query optimization and relational database management systems.
by Long Phi Nguyen.
M. Eng.
M.Eng. Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science
Ma, Xuesong 1975. "Data mining using relational database management system." Thesis, McGill University, 2005. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=98757.
Full textTrissl, Silke. "Cost-based optimization of graph queries in relational database management systems." Doctoral thesis, Humboldt-Universität zu Berlin, Mathematisch-Naturwissenschaftliche Fakultät II, 2012. http://dx.doi.org/10.18452/16544.
Full textGraphs occur in many areas of life. We are interested in graphs in biology, where nodes are chemical compounds, enzymes, reactions, or interactions that are connected by edges. Efficiently querying these graphs is a challenging task. In this thesis we present GRIcano, a system that efficiently executes graph queries. For GRIcano we assume that graphs are stored and queried using relational database management systems (RDBMS). We propose an extended version of the Pathway Query Language PQL to express graph queries. The core of GRIcano is a cost-based query optimizer. This thesis makes contributions to all three required components of the optimizer, the relational algebra, implementations, and cost model. Relational algebra operators alone are not sufficient to express graph queries. Thus, we first present new operators to rewrite PQL queries to algebra expressions. We propose the reachability, distance, path length, and path operator. In addition, we provide rewrite rules for the newly proposed operators in combination with standard relational algebra operators. Secondly, we present implementations for each proposed operator. The main contribution is GRIPP, an index structure that allows us to answer reachability queries on very large graphs. GRIPP has advantages over other existing index structures, which we review in this work. In addition, we show how to employ GRIPP and the recursive query strategy as implementation for all four proposed operators. The third component of GRIcano is the cost model, which requires cardinality estimates for operators and cost functions for implementations. Based on extensive experimental evaluation of our proposed algorithms we present functions to estimate the cardinality of operators and the cost of executing a query. The novelty of our approach is that these functions only use key figures of the graph. We finally present the effectiveness of GRIcano using exemplary graph queries on real biological networks.
Holze, Marc Verfasser], and Norbert [Akademischer Betreuer] [Ritter. "Self-Management Concepts for Relational Database Systems / Marc Holze. Betreuer: Norbert Ritter." Hamburg : Staats- und Universitätsbibliothek Hamburg, 2012. http://d-nb.info/1020931094/34.
Full textDudgikar, Mahesh. "A layered optimizer for mining association rules over relational database management systems." [Florida] : State University System of Florida, 2000. http://etd.fcla.edu/etd/uf/2000/ana6135/Master.pdf.
Full textTitle from first page of PDF file. Document formatted into pages; contains xiii, 94 p.; also contains graphics. Vita. Includes bibliographical references (p. 92-93).
Frost, R. A. "The binary-relational view and aspects of database and knowledge base systems work." Thesis, University of Strathclyde, 1985. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.381496.
Full textPinto, Paulo Jorge Gonçalves. "Definition of cross-domain indexes and ordering functions in relational algebra and its usage in relational database management systems." Thesis, De Montfort University, 2010. http://hdl.handle.net/2086/6528.
Full textSpear, Ronald L. "A relational/object-oriented database management system : R/OODBMS." Thesis, Monterey, California. Naval Postgraduate School, 1992. http://hdl.handle.net/10945/24026.
Full textMoatassem, Nawal N. "A Study of Migrating Biological Data from Relational Databases to NoSQL Databases." Youngstown State University / OhioLINK, 2015. http://rave.ohiolink.edu/etdc/view?acc_num=ysu1442486094.
Full textGibson, Mark G. "The need for object-oriented systems to extend or replace the relational database model to solve performance problems." Virtual Press, 1992. http://liblink.bsu.edu/uhtbin/catkey/834637.
Full textDepartment of Computer Science
Chao, Tian-Jy. "Estimating temporary file sizes for query graphs in distributed relational database systems." Thesis, Virginia Polytechnic Institute and State University, 1985. http://hdl.handle.net/10919/90921.
Full textM.S.
Fullerton, Godon. "The Development and Implementation of a Benchmark Process for Distributed Relational Database Management Systems." NSUWorks, 1990. http://nsuworks.nova.edu/gscis_etd/530.
Full textThiagarajan, Arvind. "Representing and querying regression models in a relational database management system." Thesis, Massachusetts Institute of Technology, 2007. http://hdl.handle.net/1721.1/42254.
Full textIncludes bibliographical references (p. 77-79).
Curve fitting is a widely employed, useful modeling tool in several financial, scientific, engineering and data mining applications, and in applications like sensor networks that need to tolerate missing or noisy data. These applications need to both fit functions to their data using regression, and pose relational-style queries over regression models. Unfortunately, existing DBMSs are ill suited for this task because they do not include support for creating, representing and querying functional data, short of brute-force discretization of functions into a collection of tuples. This thesis describes FunctionDB, a novel DBMS that extends the state of the art. FunctionDB treats functions output by regression as first-class citizens that can be queried declaratively and manipulated like traditional database relations. The key contributions of FunctionDB are a compact, algebraic representation for regression models as piecewise functions, and an algebraic query processor that executes declarative queries directly on this representation as combinations of algebraic operations like function inversion, zero finding and symbolic integration. FunctionDB is evaluated on two real world data sets: measurements from a temperature sensor network, and traffic traces from cars driving on Boston roads. The results show that operating in the functional domain has substantial accuracy advantages (over 15% for some queries) and order of magnitude (10x-100x) performance gains over existing approaches that represent models as discrete collections of points. The thesis also describes an algorithm to maintain regression models online, as new raw data is inserted into the system. The algorithm supports a sustained insertion rate of the order of a million records per second, while generating models no less compact than a clairvoyant (offline) strategy.
by Arvind Thiagarajan.
S.M.
Tsakalis, Maria. "Implementing QT-selectors and updates for a primary memory version of Aldat." Thesis, McGill University, 1987. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=66106.
Full textJohnson, Daryl G. "An image storage system using a relational database management system to facilitate picture data handling /." Online version of thesis, 1987. http://hdl.handle.net/1850/10182.
Full textFung, Charles. "An extended relational data base management system for engineering design /." Online version of thesis, 1986. http://hdl.handle.net/1850/8807.
Full textMcDonald, Rory Morgan. "Recycled Materials Relational Database: Design and Implementation Aspects." [Tampa, Fla.] : University of South Florida, 2004. http://purl.fcla.edu/fcla/etd/SFE0000388.
Full textRamani, Ramasubramanian. "A toolkit for managing XML data with a relational database management system." [Gainesville, Fla.] : University of Florida, 2001. http://etd.fcla.edu/etd/uf/2001/anp1308/Thesis.pdf.
Full textTitle from first page of PDF file. Document formatted into pages; contains x, 54 p.; also contains graphics. Vita. Includes bibliographical references (p. 50-53).
Stoler, Moshe. "Query processing optimization for distributed relational database systems: an implementation of a heuristic based algorithm." Master's thesis, Virginia Polytechnic Institute and State University, 1987. http://hdl.handle.net/10919/64491.
Full textMaster of Engineering
Walldén, Marcus, and Aylin Özkan. "A graph database management system for a logistics-related service." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-205184.
Full textHögre krav på databassystem har lett till en ökad popularitet för vissa databassystemstyper i några nischområden. Ett sådant nischområde är grafnätverk, såsomsociala nätverk eller logistiknätverk. Analyser på grafnätverk fokuserar ofta påkomplexa relationsmönster som ibland inte kan lösas effektivt av traditionella relationsdatabassystem, vilket har lett till att vissa specialiserade icke-relationella databassystem har blivit populära alternativ. Många av de populära databassystemen inom detta område är grafdatabassystem. Detta arbete presenterar en prototyp av en logistiknätverksrelaterad tjänst som använder sig av ett grafdatabashanteringssystem som heter Neo4j, vilket är det mest använda grafdatabashanteringssystemet. Logistiknätverket som täcks av tjänsten är baserad på existerande data från PostNord, Sveriges ledande leverantör av logistiklösningar, och fokuserar primärt på kundsupport och företagsrelaterad analys. Genom att skapa en prototyp av tjänsten strävar detta arbete efter att uppvisa vissa av de positiva och negativa aspekterna av ett grafdatabashanteringssystem samt att visa hur en tjänst kan skapas genom att använda ett grafdatabashanteringssystem. Resultaten indikerar att Neo4j är väldigt intuitivt och lättanvänt, vilket skulle göra den optimal för prototyping och mindre system, men på grund av den använda evalueringsmetoden så behöver mer forskning inom detta område utföras innan dessa slutsatser kan bekräftas.
Edemar, Fredrik. "The Performance of a Relational Database System for a Data Stream Management System Benchmark." Thesis, Uppsala University, Department of Information Technology, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-122642.
Full textIn recent years the interest in data stream management systems (DSMS) has grown. They are characterized by the processing of continuous, high-volume, and possibly time-varying data streams. Linear Road Benchmark (LRB) is an example of a datastream benchmark application that handles variable toll charges in highways in a fictional traffic system.
In this Thesis the performance of LRB implemented using the relational database MySQL is investigated. The implementation is called SCSQ-MySQL and is executed from the DSMS SCSQ. In LRB the L-rating stands for how many highways a benchmarked DSMS can handle and is used to compare the performance of DSMSs. L=0.5 (one highway in one direction) was achieved with SCSQ-MySQL executed on a single node.
Brand, Jacobus Edwin. "An instrument analysis system based on a modern relational database and distributed software architecture." Thesis, Stellenbosch : Stellenbosch University, 2003. http://hdl.handle.net/10019.1/53269.
Full textENGLISH ABSTRACT: This document discusses the development of a personal computer based financial instrument analysis system, based on the information from a relatively old sequential file based data source. The aim is to modernise the system to use the latest software and data storage technology. The principles used for the design of the system are discussed in Chapter 2. Principles for the development of relational databases are discussed, where after the development of personal computer based software architecture is discussed, to explain the choices made in the design of the system. Chapter 3 discusses the design and implementation of the system in more detail, based on the principles discussed in Chapter 2. Recommendations include a possible shift in architectural layout as well as recommendations for expansion of both the data stored and the analysis performed on the information.
AFRIKAANSE OPSOMMING: Hierdie dokument bespreek die ontwikkeling van ‘n persoonlike rekenaar gebaseerde finansiële instrument analise stelsel, gebaseer op inligting uit ‘n relatiewe ou sekwensiële leêr gebaseerde databron. Die doel is om die stelsel te moderniseer om sodoende van die nuutste sagteware en hardeware tegnologie gebruik te maak. Die beginsels wat gebruik is vir die ontwerp van die stelsel word kortliks in Hoofstuk 2 bespreek. Die beginsels vir die ontwerp van ‘n relasionele databasis word bespreek. Hierna word die ontwikkeling van persoonlike rekenaar gebaseerde sagteware argitektuur bespreek om meer lig te werp op die keuses wat geneem is met ontwerp van die stelsel se argitektuur. Hoofstuk 3 bespreek die ontwerp en implementering van die stelsel in meer detail, gebaseer op die beginsels bespreek in Hoofstuk 2. Voorstelle vir verbetering van die stelsel sluit in detail veranderings aan die argitektuur van die stelsel, sowel as voorstelle vir die uitbreiding van die stelsel wat betref tipe data wat gestoor word en en die analitiese vermoëns van die stelsel.
Buker, David Gordon. "An interface between the GRASS geographic information system and ORACLE relational detabase management system." FIU Digital Commons, 1993. http://digitalcommons.fiu.edu/etd/1819.
Full textPieringer, Roland. "Modeling and implementing multidimensional hierarchically structured data for data warehouses in relational database management systems and the implementation into transbase." [S.l. : s.n.], 2003. http://deposit.ddb.de/cgi-bin/dokserv?idn=969373791.
Full textVoigt, Hannes. "Flexibility in Data Management." Doctoral thesis, Saechsische Landesbibliothek- Staats- und Universitaetsbibliothek Dresden, 2014. http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa-136681.
Full textSchiller, Oliver [Verfasser], and Bernhard [Akademischer Betreuer] Mitschang. "Supporting multi-tenancy in Relational Database Management Systems for OLTP-style software as a service applications / Oliver Schiller. Betreuer: Bernhard Mitschang." Stuttgart : Universitätsbibliothek der Universität Stuttgart, 2015. http://d-nb.info/1077479506/34.
Full textTrißl, Silke [Verfasser], Ulf [Akademischer Betreuer] Leser, Johann-Christoph [Akademischer Betreuer] Freytag, and Thorsten [Akademischer Betreuer] Grust. "Cost-based optimization of graph queries in relational database management systems / Silke Trißl. Gutachter: Ulf Leser ; Johann-Christoph Freytag ; Thorsten Grust." Berlin : Humboldt Universität zu Berlin, Mathematisch-Naturwissenschaftliche Fakultät II, 2012. http://d-nb.info/1024311309/34.
Full textBurghardt, Josef. "Database system for teaching German." Virtual Press, 1992. http://liblink.bsu.edu/uhtbin/catkey/834506.
Full textDepartment of Computer Science
Matus, Castillejos Abel, and n/a. "Management of Time Series Data." University of Canberra. Information Sciences & Engineering, 2006. http://erl.canberra.edu.au./public/adt-AUC20070111.095300.
Full textHodgkins, Richard E. "The design and implementation of ZTRAX : a training, readiness and flight hour relational database management tracking system." Thesis, Monterey, California. Naval Postgraduate School, 1992. http://hdl.handle.net/10945/23855.
Full textHylock, Ray Hales. "Beyond relational: a database architecture and federated query optimization in a multi-modal healthcare environment." Diss., University of Iowa, 2013. https://ir.uiowa.edu/etd/2526.
Full textJia, Hao. "A web application for Medasolution Healthcare Company customer service system." CSUSB ScholarWorks, 2005. https://scholarworks.lib.csusb.edu/etd-project/2612.
Full textHou, Pingyu. "Customer relationship management for banking system." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2635.
Full textSalap, Seda. "Development Of A Gis-based Monitoring And Management System For Underground Mining Safety." Master's thesis, METU, 2008. http://etd.lib.metu.edu.tr/upload/3/12609815/index.pdf.
Full text(ii) surveillance and maintenance
and (iii) emergency. The implementation has to be carried out in a Web-Based Geographic Information System. The process comprises first the safety concept as the application domain model and then a conceptual model was generated in terms of Entity- Relationship Diagrams. After the implementation of the logical model a user interface was developed and GIS was tested. Finally, one should deal with the question if it is possible to extend the method of resolution used to a national GIS infrastructure.
Malaney, Gary Douglas. "The coordination of information in a highly differentiated organization : use of a computerized relational data base system as an integrating device for monitoring graduate education /." The Ohio State University, 1985. http://rave.ohiolink.edu/etdc/view?acc_num=osu1487261919113367.
Full textVařacha, Jan. "Návrh systému pro účely administrativy fotbalového svazu." Master's thesis, Vysoké učení technické v Brně. Fakulta podnikatelská, 2015. http://www.nusl.cz/ntk/nusl-224864.
Full textBenbouzid, Chérif. "Integrite semantique et reprise apres panne dans le sgbd rim." Clermont-Ferrand 2, 1988. http://www.theses.fr/1988CLF2D215.
Full textBaker, Elizabeth White. "The Impact of Relational Model Bases on Organizational Decision Making: Cases in E-Commerce and Ecological Economics." VCU Scholars Compass, 2006. http://hdl.handle.net/10156/1399.
Full textGavryliuk, Olga. "Nástroj pro správu dokumentů v managementu projektů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-403822.
Full textMhiri, Lotfi. "Utilisation des techniques avancees des bases de donnees pour la representation des informations et des connaissances d'un systeme "intelligent" d'enseignement assiste par ordinateur : bieao." Toulouse 3, 1988. http://www.theses.fr/1988TOU30203.
Full text