Daily CheckIn
This commit is contained in:
parent
849c179910
commit
a63f4414dd
2 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,14 @@ domain1/applications/WedekindJSF-1.0.0/WEB-INF/lib/classes/META-INF/persistence.
|
||||||
\subsection{Caching im \ac{JPA}}
|
\subsection{Caching im \ac{JPA}}
|
||||||
\label{sec:performance-checking:investigation-application:caching-jpa}
|
\label{sec:performance-checking:investigation-application:caching-jpa}
|
||||||
|
|
||||||
|
Die Cache-Einstellung von JPA werden übe die Einstellungen \texttt{eclipselink.query-results-cache}, ... konfiguriert.
|
||||||
|
|
||||||
|
Bei deaktiviertem Caching benötigt der erste Aufruf ca. 2400 ms, die nachfolgenden liegen bei ca. 600 ms.
|
||||||
|
|
||||||
|
Bei aktivierten Caching benötigt der erste Aufruf ca. 1500 ms, die nachfolgenden liegen bei ca. 600 ms.
|
||||||
|
|
||||||
|
Nach den 10 Aufrufen, sind jedesmal 12080 neue Aufrufe im Datenbanklog verzeichnet gewesen, bei aktiven und inaktiven Caching.
|
||||||
|
|
||||||
\subsection{Caching in \ac{EJB}}
|
\subsection{Caching in \ac{EJB}}
|
||||||
\label{sec:performance-checking:investigation-application:caching-ejb}
|
\label{sec:performance-checking:investigation-application:caching-ejb}
|
||||||
|
|
||||||
|
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in a new issue