Thesis-Aufbau definiert und Listing Beispiel mit eingefügt
This commit is contained in:
parent
072a8dab6a
commit
e038b6b781
12 changed files with 223 additions and 46 deletions
4
chapters/thesis/chapter01.tex
Normal file
4
chapters/thesis/chapter01.tex
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
\chapter{Einleitung}
|
||||
\label{ch:intro}
|
||||
|
3
chapters/thesis/chapter02.tex
Normal file
3
chapters/thesis/chapter02.tex
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
\chapter{Grundlagen}
|
||||
\label{ch:intro}
|
13
chapters/thesis/chapter03.tex
Normal file
13
chapters/thesis/chapter03.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
\chapter{Konzept}
|
||||
\label{ch:concept}
|
||||
|
||||
\section{Aufbau der Umfrage}
|
||||
|
||||
\section{Allgemeine Betrachtung des Systems}
|
||||
|
||||
\section{Das Vorgehen der Optimierung}
|
||||
|
||||
\section{Aktueller Aufbau der Software}
|
||||
|
||||
\section{Vergleich mit anderen Technologien}
|
11
chapters/thesis/chapter04.tex
Normal file
11
chapters/thesis/chapter04.tex
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
\chapter{Performance-Untersuchung}
|
||||
\label{ch:performance-checking}
|
||||
|
||||
\section{Auswertung der Umfrage}
|
||||
|
||||
\section{Einbau und Aktivieren von Performance-Messung}
|
||||
|
||||
\section{Statistiken im PostrgreSQL auswerten}
|
||||
|
||||
\section{Überprüfung des PostgreSQL und Servers}
|
15
chapters/thesis/chapter05.tex
Normal file
15
chapters/thesis/chapter05.tex
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
\chapter{Optimierung}
|
||||
\label{ch:optimizing}
|
||||
|
||||
\section{Ermittlung der Performance-Probleme}
|
||||
|
||||
\section{Analyse der Abfrage}
|
||||
|
||||
\section{Optimierungen der Abfragen}
|
||||
|
||||
\section{Anpassung der Konfiguration}
|
||||
|
||||
und hier ein sql-beispiel \autoref{lst:tester}
|
||||
\includecode[SQL]{chapters/thesis/chapter05_example.sql}{lst:tester}{ein sql beispiel}
|
||||
|
3
chapters/thesis/chapter05_example.sql
Normal file
3
chapters/thesis/chapter05_example.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
select *
|
||||
from tblCPDataX
|
||||
where szName = N'EDA01'
|
11
chapters/thesis/chapter06.tex
Normal file
11
chapters/thesis/chapter06.tex
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
\chapter{Evaluierung}
|
||||
\label{ch:evaluation}
|
||||
|
||||
\section{Befragung der Benutzer und Entwickler}
|
||||
|
||||
\section{Erneute Laufzeitanalyse starten}
|
||||
|
||||
\section{Statistiken im PostgreSQL auswerten}
|
||||
|
||||
\section{Vergleich der Ergebnisse vor und nach der Optimierung}
|
3
chapters/thesis/chapter07.tex
Normal file
3
chapters/thesis/chapter07.tex
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
\chapter{Zusammenfassung und Ausblick}
|
||||
\label{ch:summary_and_outlook}
|
Loading…
Add table
Add a link
Reference in a new issue