Academic literature on the topic 'Informatik, Datenbanksysteme'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Informatik, Datenbanksysteme.'
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.
Journal articles on the topic "Informatik, Datenbanksysteme"
Gertz, Michael. "Der Lehrstuhl für Datenbanksysteme am Institut für Informatik der Universität Heidelberg." Datenbank-Spektrum 10, no. 3 (October 20, 2010): 163–64. http://dx.doi.org/10.1007/s13222-010-0029-z.
Full textMeier, H. W. "Sehek, H.-J.; Schlageter, G. (Hrsgb.), Datenbanksysteme in Büro, Technik und Wissenschaft. Proceedings, GI-Fachtagung, Darmstadt, April 1987. Berlin etc., Springer Verlag 1987. XII, 491 S., DM 63,—. ISBN 3-540-17736-1 (Informatik-Fachberichte 136)." ZAMM - Journal of Applied Mathematics and Mechanics / Zeitschrift für Angewandte Mathematik und Mechanik 68, no. 7 (1988): 306. http://dx.doi.org/10.1002/zamm.19880680707.
Full textLufter, Jens. "Objektrelationale Datenbanksysteme." Informatik-Spektrum 22, no. 4 (August 20, 1999): 288–90. http://dx.doi.org/10.1007/s002870050146.
Full textKüspert, Klaus, and Ralf Schaarschmidt. "Archivierung in Datenbanksystemen." Informatik-Spektrum 21, no. 5 (October 20, 1998): 277–78. http://dx.doi.org/10.1007/s002870050106.
Full textKaufmann, Jens, Sayed Hoseini, Pascal Quindeau, Christoph Quix, and Sylvia Ruschin. "Bringing it all together – Gemeinschaftlich aktiv lernen am virtuell geteilten Bildschirm in der Hochschule und digital." HMD Praxis der Wirtschaftsinformatik, September 27, 2021. http://dx.doi.org/10.1365/s40702-021-00792-2.
Full text"Effiziente algorithmen fuer relationale datenbanksysteme mit rekursion,." Decision Support Systems 4, no. 1 (March 1988): 149. http://dx.doi.org/10.1016/0167-9236(88)90110-8.
Full text"Das statische sfb 3-mikrosimulationsmodell, konzeption und realisierung mit einem relationalen datenbanksystem." Decision Support Systems 2, no. 2 (June 1986): 189. http://dx.doi.org/10.1016/0167-9236(86)90104-1.
Full text"Gesetzgebung und Gerichtsentscheidungen zum PC: Das deutsche online-datenbanksystem Juris im Vergleich mit den spezialdatenbanken DPAT und EBER." World Patent Information 12, no. 2 (January 1990): 136. http://dx.doi.org/10.1016/0172-2190(90)90207-2.
Full textDissertations / Theses on the topic "Informatik, Datenbanksysteme"
Polster, F. J. [Verfasser]. "Generierbare Datenbanksysteme / F.J. Polster." Karlsruhe : KIT-Bibliothek, 2014. http://d-nb.info/1196112053/34.
Full textSprenger, Stefan. "Efficient Processing of Range Queries in Main Memory." Doctoral thesis, Humboldt-Universität zu Berlin, 2019. http://dx.doi.org/10.18452/19786.
Full textDatabase systems employ index structures as means to accelerate search queries. Over the last years, the research community has proposed many different in-memory approaches that optimize cache misses instead of disk I/O, as opposed to disk-based systems, and make use of the grown parallel capabilities of modern CPUs. However, these techniques mainly focus on single-key lookups, but neglect equally important range queries. Range queries are an ubiquitous operator in data management commonly used in numerous domains, such as genomic analysis, sensor networks, or online analytical processing. The main goal of this dissertation is thus to improve the capabilities of main-memory database systems with regard to executing range queries. To this end, we first propose a cache-optimized, updateable main-memory index structure, the cache-sensitive skip list, which targets the execution of range queries on single database columns. Second, we study the performance of multidimensional range queries on modern hardware, where data are stored in main memory and processors support SIMD instructions and multi-threading. We re-evaluate a previous rule of thumb suggesting that, on disk-based systems, scans outperform index structures for selectivities of approximately 15-20% or more. To increase the practical relevance of our analysis, we also contribute a novel benchmark consisting of several realistic multidimensional range queries applied to real- world genomic data. Third, based on the outcomes of our experimental analysis, we devise a novel, fast and space-effcient, main-memory based index structure, the BB- Tree, which supports multidimensional range and point queries and provides a parallel search operator that leverages the multi-threading capabilities of modern CPUs.
Böhlen, Boris [Verfasser]. "Ein parametrisierbares Graph-Datenbanksystem für Entwicklungswerkzeuge / Boris Böhlen." Aachen : Shaker, 2006. http://d-nb.info/116651563X/34.
Full textFunck, Robin [Verfasser], and Stefan [Akademischer Betreuer] Jablonski. "Konzeptuelle und Methodische Aufarbeitung von NoSQL-Datenbanksystemen / Robin Hecht. Betreuer: Stefan Jablonski." Bayreuth : Universität Bayreuth, 2015. http://d-nb.info/1065726104/34.
Full textDölle, Lukas. "Der Schutz der Privatsphäre bei der Anfragebearbeitung in Datenbanksystemen." Doctoral thesis, Humboldt-Universität zu Berlin, Mathematisch-Naturwissenschaftliche Fakultät, 2016. http://dx.doi.org/10.18452/17531.
Full textOver the last ten years many techniques for privacy-preserving data publishing have been proposed. Most of them anonymize a complete data table such that sensitive values cannot clearly be assigned to individuals. Their privacy is considered to be adequately protected, if an adversary cannot discover the actual value from a given set of at least k values. For this thesis we assume that users interact with a data base by issuing a sequence of queries against one table. The system returns a sequence of results that contains sensitive values. The goal of this thesis is to check if adversaries are able to link uniquely sensitive values to individuals despite anonymized result sets. So far, there exist algorithms to prevent deanonymization for aggregate queries. Our novel approach prevents deanonymization for arbitrary queries. We show that our approach can be transformed to matching problems in special graphs. However, finding maximum matchings in these graphs is NP-complete. Therefore, we develop several approximation algorithms, which compute specific matchings in polynomial time, that still maintaining privacy.
Irmert, Florian [Verfasser], and Klaus [Akademischer Betreuer] Meyer-Wegener. "Eine Infrastruktur für die Modularisierung und Laufzeitadaption bei Datenbanksystemen / Florian Irmert. Betreuer: Klaus Meyer-Wegener." Erlangen : Universitätsbibliothek der Universität Erlangen-Nürnberg, 2011. http://d-nb.info/1015474438/34.
Full textGrzan, Stjepan. "Enabling technology for an indoor location aware information system." [S.l. : s.n.], 2002. http://www.bsz-bw.de/cgi-bin/xvms.cgi?SWB9818583.
Full textDölle, Lukas [Verfasser], Johann-Christoph [Gutachter] Freytag, Nicole [Gutachter] Schweikardt, and Hannes [Gutachter] Federrath. "Der Schutz der Privatsphäre bei der Anfragebearbeitung in Datenbanksystemen / Lukas Dölle. Gutachter: Johann-Christoph Freytag ; Nicole Schweikardt ; Hannes Federrath." Berlin : Mathematisch-Naturwissenschaftliche Fakultät, 2016. http://d-nb.info/1104229757/34.
Full textRoppel, Stephan. "Visualisierung und Adaption : Techniken zur Verbesserung der Interaktion mit hierarchisch strukturierter Information /." Konstanz : UVK, Univ.-Verl. Konstanz, 1998. http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&doc_number=007763890&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA.
Full textBirk, Ulrich. "Applikation zur Abfrage einer Tiermedikamenten-Datenbank mit Volltextsuche." [S.l. : s.n.], 2007. http://nbn-resolving.de/urn:nbn:de:bsz:747-opus-272.
Full textBooks on the topic "Informatik, Datenbanksysteme"
Jochen, Hallof, ed. Einführung in das Würzburger Datenbanksystem SERaT. Dettelbach: J.H. Röll, 2007.
Find full textKähler, Wolf-Michael. DBASE IV TM: Programmieranleitung für die Arbeit mit einem relationalen Datenbanksystem. 2nd ed. Wiesbaden: Vieweg+Teubner Verlag, 1990.
Find full textSchwarz, Holger. Anfragegenerierende Systeme: Anwendungsanalyse, Implementierungs- und Optimierungskonzepte. Wiesbaden: Vieweg + Teubner i, 2010.
Find full textDavid, Hutchison. Advances in Spatial and Temporal Databases: 11th International Symposium, SSTD 2009 Aalborg, Denmark, July 8-10, 2009 Proceedings. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009.
Find full textSimon, Alan R. Strategic database technology: Management for the year 2000. San Francisco: Morgan Kaufmann Publishers, Inc., 1995.
Find full textDNIS 2010 (2010 Aizu Daigaku). Databases in networked information systems: 6th international workshop, DNIS 2010, Aizu-Wakamatsu, Japan, March 29-31, 2010 : proceedings. Berlin: Springer, 2010.
Find full textGrabs, Torsten. Storage and retrieval of XML documents with a cluster of database systems. Berlin: AKA, 2003.
Find full textJ, Bernstein Arthur, and Kifer M. 1954-, eds. Databases and transaction processing: An application-oriented approach. Boston, MA: Addison-Wesley, 2002.
Find full textİzmir>, ADVIS <4 2006. Advances in Information Systems: Third International Conference, ADVIS 2004, Izmir, Turkey, October 20-22, 2004. Proceedings. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005.
Find full textBook chapters on the topic "Informatik, Datenbanksysteme"
Paul, Georg, Meike Hollatz, Dirk Jesko, and Torsten Mähne. "Datenbanksysteme." In Grundlagen der Informatik für Ingenieure, 204–24. Wiesbaden: Vieweg+Teubner Verlag, 2003. http://dx.doi.org/10.1007/978-3-322-88899-0_11.
Full textMeier, Andreas. "Implementierung technischer Datenbanksysteme." In Informatik-Fachberichte, 71–86. Berlin, Heidelberg: Springer Berlin Heidelberg, 1987. http://dx.doi.org/10.1007/978-3-642-72597-5_5.
Full textMeier, Andreas. "Anforderungen an technische Datenbanksysteme." In Informatik-Fachberichte, 27–31. Berlin, Heidelberg: Springer Berlin Heidelberg, 1987. http://dx.doi.org/10.1007/978-3-642-72597-5_3.
Full textRothermel, K., and B. Walter. "Betriebssystemkonzepte für Verteilte Datenbanksysteme." In Informatik-Anwendungen — Trends und Perspektiven, 581–601. Berlin, Heidelberg: Springer Berlin Heidelberg, 1986. http://dx.doi.org/10.1007/978-3-642-71388-0_45.
Full textReinert, Joachim, and Hans-Peter Steiert. "Objektorientierte Softwareentwicklung datenintensiver Mehrbenutzeranwendungen für relationale Datenbanksysteme." In Informatik aktuell, 370–88. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/978-3-642-60730-1_26.
Full textBoidol, J. "Technische Datenbanksysteme für die Montageplanung." In Vernetzte und komplexe Informatik-Systeme, 120–38. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/978-3-642-74230-9_14.
Full textReuter, Andreas. "Verteilte Datenbanksysteme: Stand der Technik und aktuelle Entwicklungen." In Informatik-Fachberichte, 16–33. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/978-3-642-74127-2_2.
Full textSchek, H. J. "Datenbanksysteme für die Verwaltung Geometrischer Objekte." In Informatik-Anwendungen — Trends und Perspektiven, 483–97. Berlin, Heidelberg: Springer Berlin Heidelberg, 1986. http://dx.doi.org/10.1007/978-3-642-71388-0_38.
Full textHohenstein, Uwe, Volkmar Pleßer, and Rainer Heller. "Eine Evaluierung der Performanz objektorientierter Datenbanksysteme für eine konkrete Applikation." In Informatik aktuell, 221–40. Berlin, Heidelberg: Springer Berlin Heidelberg, 1997. http://dx.doi.org/10.1007/978-3-642-60730-1_14.
Full textRieche, Barbara, and Klaus R. Dittrich. "Einsatz und Nutzen einer Metaebene für föderierte Datenbanksysteme am Beispiel der Molekularbiologie." In Informatik aktuell, 358–72. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/978-3-642-79646-3_22.
Full text