Aufnahme Bib

This commit is contained in:
marcodn 2023-10-15 18:54:46 +02:00
parent 1b7b14325a
commit 02ba28256f
3 changed files with 88 additions and 16 deletions

View file

@ -53,6 +53,9 @@ Hierbei ist auch ein Vergleich mit anderen Technologien angedacht.
% Anm: (dazu schreiben Sie gar nichts!) Genau das ist Ihre Aufgabe im Rahmen des Reading Courses die aktuelle Literatur - sei es in der Forschung, in Lehrbüchern, in
% Systemliteratur etc. zum Thema Performance-Optimierung zu recherchieren, zu analysieren und den State of the Art zu beschreiben!
% Aktell 3546-1.pdf Page 404
\section{Vorgehen bei der Umsetzung}
% Anm: eine mögliche Vorgehensweise. Bei der Beschreibung der Vorgehensweise beziehen Sie sich dann natürlich auf den oben beschrieben Stand in Forschung und Technik
Zuerst werden alle Abfragen ermittelt und deren Performance in Abhängigkeit der Häufigkeit der Aufrufe und Datenmengen

View file

@ -1,3 +1,6 @@
% Bibtex Gen: https://www.literatur-generator.de/info/bibtex
% File: 3035918.3064053.pdf
@inproceedings{10.1145/3035918.3064053,
author = {Walenz, Brett and Roy, Sudeepa and Yang, Jun},
title = {Optimizing Iceberg Queries with Complex Joins},
@ -16,6 +19,7 @@ location = {Chicago, Illinois, USA},
series = {SIGMOD '17}
},
% Website
@online{EffwFrankWedekind,
author = {AK Prof. Dr. Ariane Martin},
title = {Frank Wedekind | FB 05 - AK Prof. Dr. Ariane Martin},
@ -23,4 +27,69 @@ series = {SIGMOD '17}
comment = {http://web.archive.org/web/20230405061538/https://www.martin.germanistik.uni-mainz.de/forschung/frank-wedekind/},
url = {https://www.martin.germanistik.uni-mainz.de/forschung/frank-wedekind/},
urldate = {2023-09-24}
},
% File: 978-1-4842-3546-1.pdf
@BOOK{Sharan2018,
AUTHOR = {Sharan, Kishori},
YEAR = {2018},
TITLE = {Java APIs, Extensions and Libraries - With JavaFX, JDBC, jmod, jlink, Networking, and the Process API},
EDITION = {},
ISBN = {978-1-484-23546-1},
PUBLISHER = {Apress},
ADDRESS = {New York},
},
% File: 978-1-4842-6885-8.pdf
@BOOK{Winand2012,
AUTHOR = {Winand, Markus},
YEAR = {2012},
TITLE = {SQL Performance Explained - alles, was Entwickler über SQL-Performance wissen müssen ; [für alle gängigen SQL-Datenbanken]},
EDITION = {},
ISBN = {978-3-950-30781-8},
PUBLISHER = {M. Winand},
ADDRESS = {},
},
% File: 978-1-4842-8992-1.pdf
@BOOK{Royal2022,
AUTHOR = {Royal, Peter},
YEAR = {2022},
TITLE = {Building Modern Business Applications ; Reactive Cloud Architecture for Java, Spring, and PostgreSQL},
EDITION = {},
ISBN = {978-1-4842-8991-4},
PUBLISHER = {Apress Berkeley, CA},
ADDRESS = {New York},
}
% File: fröhlich-2022-postgresql.pdf / Ehemalinger Link: doi:10.3139/9783446473157
@book{Fröhlich2022,
author = {Fröhlich, Lutz},
title = {PostgreSQL},
publisher = {Carl Hanser Verlag GmbH \& Co. KG},
year = {2022},
doi = {10.3139/9783446473157},
address = {München},
edition = {},
URL = {https://www.hanser-elibrary.com/doi/abs/10.3139/9783446473157},
eprint = {https://www.hanser-elibrary.com/doi/pdf/10.3139/9783446473157}
}
% File: müller-wehr-2012-java-persistence-api-2.pdf / Ehemaliger Link: doi:10.3139/9783446431294
@book{MüllerWehr2012,
author = {Müller, Bernd and Wehr, Harald},
title = {Java Persistence API 2},
publisher = {Carl Hanser Verlag GmbH \& Co. KG},
year = {2012},
doi = {10.3139/9783446431294},
address = {München},
edition = {},
URL = {https://www.hanser-elibrary.com/doi/abs/10.3139/9783446431294},
eprint = {https://www.hanser-elibrary.com/doi/pdf/10.3139/9783446431294}
}
% noch offen:
% - OpenJPA: https://openjpa.apache.org/documentation.html
% - IBN OpenJPA Cache: https://www.ibm.com/docs/de/was/8.5.5?topic=applications-configuring-openjpa-caching-improve-performance
% File: postgresql-15-A4.pdf

Binary file not shown.