PANTHEON™ Help

 Toc
 Početna stranica - PANTHEON uputstva
[Collapse]PANTHEON
 [Collapse]PANTHEON priručnici
  [Expand]Vodič po Datalab PANTHEON FarmAccounting
  [Expand]Vodič po PANTHEON Retail
  [Expand]Vodič po DataLab PANTHEON™
  [Expand]Vodič po PANTHEON VET
 [Collapse]PANTHEON korisnički priručnici
  [Expand]Korisnički priručnik za DataLab PANTHEON
  [Expand]Korisnički priručnik za PANTHEON Vet
  [Expand]Korisnički priručnik za PANTHEON Maloprodaju
  [Expand]Korisnički priručnik za PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Vodiči po PANTHEON Web
  [Expand]Vodič za PANTHEON Web Terminal
  [Expand]Vodič po PANTHEON Web Light
  [Expand]Vodič za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
 [Collapse]Korisnički priručniki za PANTHEON Web
  [Expand]Kako započeti s programom PANTHEON Web
  [Expand]Korisnički priručnik za PANTHEON Web Light
   Korisnički priručnik za PANTHEON Web Terminal
  [Expand]Korisnički priručnik za PANTHEON Web Legal
  [Expand]Arhiva starih proizvoda
[Collapse]PANTHEON Granule
 [Collapse]Vodič za PANTHEON Granule
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula Nadzorna ploča
  [Expand]Granula B2B naručivanje
  [Expand]Granula Servis na terenu
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Granula Inventura skladišta
 [Collapse]Korisnički priručnik za PANTHEON Granule
   Početak
   Primjer korištenja PANTHEON Granula u fiktivnom preduzeću
  [Expand]PANTHEON Granule i aktivacija
  [Expand]Granula Kadrovi
  [Expand]Granula Putni nalozi
  [Expand]Granula Dokumenti i zadaci
  [Expand]Granula B2B Naručivanje
  [Expand]Granula Nadzorna ploča
  [Expand]Granula Servis na terenu
   PANTHEON Granule - česta pitanja i odgovori
  [Expand]Inventar Fiksne Imovine Granula
  [Expand]Inventar u skladištu granula
  [Expand]Arhiva
[Collapse]Korisničke stranice
  Test 2
  Test 3
  Test 5
  TEST_Kreiranje noveg zaposlenika 1000003067
  TEST_Kreiranje noveg zaposlenika 1000003067-MK
  TEST3_Kreiranje novog dokumenta 1000003410-SL
  TEST2_Uređivanje kontaktnih podataka 1000003415-SL
  Test
 [Collapse]Test za CG
   Test podređeni 1
  TEST_Kreiranje noveg zaposlenika 1000003067-BA
  TEST_Kreiranje novog zaposlenika 1000003067-SR
  TEST_Kreiranje noveg zaposlenika 1000003067_EU_ORIG
 [Collapse]Pantheon hosting
  [Expand]Hosting robot
  [Expand]DEMO hosting
  Porez ( cookies )
 [Collapse]Prijava na korisničke stranice
   Registracija za Pantheon korisnike
   Glavna stranica
   Prva posjeta korisničkom sajtu
  Novosti
  Uvod u Wiki
  Upute za stranicu izbornika
 [Collapse]Potpora
  [Expand]Tehnička podrška
   Podrška na daljinu za Host korisnike
  [Expand]Daljinska podrška
  Kako upotrebljavam i dopunjujem wiki ?
 [Collapse]Pomoć
   Pantheon Hosting
   Uporedba verzija pantheona
  [Expand]Dokumentacija
   Vsa navodila
   Video uputstva
   Video novosti
   Pitaj druge korisnike
   Postanite PANTHEON svetovalec
   Sve vijesti
   Svi događaji
   Pregled opomb i planova
   Plan
 [Collapse]Informacije
   Obavijesti
  [Expand]Nastavitev deviznih tečajev
 [Collapse]Moji podaci
   Ugovor o osvježavanju
   Podaci o kompaniji
  [Expand]Pooblaščene osobe
   Dovoljenja
   Lični podaci
   Kontaktni podatci
   Osveževalna pogodba
 [Collapse]Forum
   Spremljanje foruma
 [Collapse]Video
   Instruktivni videozapisi
   Video Ažuriranja
  Portal za razvijače
  Tržnica
 [Collapse]Wiki uputstva
  [Expand]Uvod u wiki
  [Expand]Pretraga po Wikiju
  [Expand]Uređenje Wiki-a
   Pripenjanje dokumentov

Load Time: 359,3667 ms
"
  6613 | 1 | |
Label


Database - analytics console

 

The functionality is accessed through the menu Settings Program Administration panel.

The following is a description of the functionality of the form.

Table of contents

  1. Database on server
  2. Indexes Analysis
  3. Input/Output Analysis

 

1. Database on server

Refresh database

Update database list on server.

Analyse

The button performs the process of analyzing databases on the server and displays the results on the right side of the form.

(Checkbox)

The selection of databases that we want to consider is carried out by clicking on the selection field. An orange tick indicates that the database is selected. If there is no tick, the database is not selected.

 

2. Indexes Analysis

The Database filter allows you to display the results of the analysis only for the desired databases on the server. By clicking on the arrow, a list of databases will appear, where by clicking on the selection field we can specify for which databases we want to display the data.  

Database

The name of the database on the server.

Scheme Name

Name of a the schema used.

Table

Table name.

Index Name

Index name.

Index_id

ID of the index:id is unique only within the object. 

Is_disabled

1 = Index is disabled.
0 = Index is not disabled.

Is_hypothetical

1 = Index is hypothetical and cannot be used directly as a data access path. Hypothetical indexes hold column-level statistics.
0 = Index is not hypothetical.

Has_filter

1 = Index has a filter and only contains rows that satisfy the filter definition.
0 = Index does not have a filter.

Fill_factor

> 0 = FILLFACTOR percentage used when the index was created or rebuilt.
0 = Default value


Always 0 for clustered columnstore indexes.

Total_Writes

Number of updates by user queries. This includes Insert, Delete, and Updates representing number of operations done not the actual rows affected. For example, if you delete 1000 rows in one statement, this count increments by 1

Total_Reads

Number of seeks by user queries + Number of scans by user queries that did not use 'seek' predicate + Number of bookmark lookups by user queries.

Difference

Total_Writes - Total_Reads

   

The Database filter allows you to display the results of the analysis only for the desired databases on the server. By clicking on the arrow, a list of databases will appear, where by clicking on the selection field we can specify for which databases we want to display the data.  

Database

The name of the database on the server.

Index_advantage

PREDRAG DOPOLNI

Last_user_seek

PREDRAG DOPOLNI

DatabaseSchemeTable

PREDRAG DOPOLNI

Missing_indexes_for_table

PREDRAG DOPOLNI

Similar_missing_indexes_for table

PREDRAG DOPOLNI

Equality_columns

PREDRAG DOPOLNI

Inequality_columns

PREDRAG DOPOLNI

User_seeks

PREDRAG DOPOLNI

Avg_total_user_cost

PREDRAG DOPOLNI

Avg_user_impact

PREDRAG DOPOLNI

ShortQueryText

PREDRAG DOPOLNI

TableName

PREDRAG DOPOLNI

TableRows

PREDRAG DOPOLNI

   

3. Input/Output Analysis

   

The Database filter allows you to display the results of the analysis only for the desired databases on the server. By clicking on the arrow, a list of databases will appear, where by clicking on the selection field we can specify for which databases we want to display the data.  

Database

The name of the database on the server.

Drive

PREDRAG DOPOLNI

VolumeMountPoint

PREDRAG DOPOLNI

ReadLatency_ms

PREDRAG DOPOLNI

WriteLatency_ms

PREDRAG DOPOLNI

OverallLatency_ms

PREDRAG DOPOLNI

Avg_Bytes_Read

PREDRAG DOPOLNI

Avg_Bytes_Write

PREDRAG DOPOLNI

Avg_Bytes_REadWrite

PREDRAG DOPOLNI

 

 

The Database filter allows you to display the results of the analysis only for the desired databases on the server. By clicking on the arrow, a list of databases will appear, where by clicking on the selection field we can specify for which databases we want to display the data.  

Database

The name of the database on the server.

FileName

PREDRAG DOPOLNI

FileType

PREDRAG DOPOLNI

FileSize_MB

PREDRAG DOPOLNI

Avg_Read_Latency_ms

PREDRAG DOPOLNI

Avg_Write_Latency_ms

PREDRAG DOPOLNI

Avg_IO_Latency_ms

PREDRAG DOPOLNI

 

 

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!