END-TRANSACTION CACHE STATISTICS / ESTADÍSTICAS END-TRANSACTION CACHE

English (Español a continuación)

This statistic is requested from Maxl with the following instruction:

First you have to enable the obtaining of statistics:

  • alter database ‘APPLICATION’. ’DATABASE’ set performance statistics enabled;

Then we run the following instruction:

  • query database ‘APPLICATION’. ’DATABASE’ get performance statistics end_transaction table;

This table refers to a specific database and provides the following information:

This statistic measures the efficiency of the DBWriter.

  • DBWriter is an Essbase process that finds in the cache information that must be written in the disk.
  • DBWriter only operates on timeouts. This statistic measures the number of timeouts.
  • This number should be high, indicating that DBwriter has sufficient timeouts to support database efficiency.

Sometimes it may be interesting to leave the statistics to zero to analyze the impact of a specific load / calculation. To do this, before requesting this statistic, we launch the following instruction by Maxl:

  • alter database ‘APPLICATION’. ’DATABASE’ set performance statistics mode to long persistence database scope;

Then we launch the calculation followed by the instruction:

  • query database ‘APPLICATION’. ’DATABASE’ get performance statistics end_transaction table;

Español

Esta estadística se solicita desde el Maxl con la siguiente instrucción:

Primero hay que habilitar la obtención de estadísticas:

  • alter database ‘APLICACIÓN’.’BASE DE DATOS’ set performance statistics enabled;

Luego lanzamos la siguiente instrucción:

  • query database ‘APLICACIÓN’.’BASE DE DATOS’ get performance statistics end_transaction table;

Esta tabla está va referida a una base de datos concreta y facilita la siguiente información:

Esta estadística mide la eficiencia del DBWriter.

  • DBWriter es un proceso de Essbase que localiza en la caché aquella información que debe ser escrita en el disco.
  • DBWriter tan sólo opera en los tiempos de espera. Esta estadística mide la cantidad de tiempos de espera.
  • Esta cantidad debería ser elevada, indicando que DBwriter dispone de suficientes tiempos de espera para apoyar la eficiencia de la base de datos.

A veces puede interesar dejar las estadísticas a cero para analizar el impacto de una carga / cálculo concreto. Para ello, antes de solicitar esta estadística, lanzamos la siguiente instrucción por Maxl:

  • alter database ‘APLICACIÓN’.’BASE DE DATOS’ set performance statistics mode to long persistence database scope;

A continuación lanzamos el cálculo seguido de la instrucción:

  • query database ‘APLICACIÓN’.’BASE DE DATOS’ get performance statistics end_transaction table;
Anuncio publicitario