[go: up one dir, main page]

File: analyze.html

package info (click to toggle)
tora 1.3.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,632 kB
  • ctags: 7,487
  • sloc: cpp: 68,518; perl: 1,475; ansic: 291; sh: 173; makefile: 51
file content (53 lines) | stat: -rw-r--r-- 1,970 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<HTML><HEAD><TITLE>Statistics manager</TITLE></HEAD><BODY>
<H1>Statistics manager</H1>
This tool is usefull for collecting statistics and analyze tables in parallel. You can also
use it to browse collected statistics.<P>
<IMG SRC=images/analyze.png><P>
You control the interface through the controls in the toolbar. The rest of the interface simply
displays currently available tables in the current schema. When collecting statistics only the
selected items in the tablelist are analyzed.<P>
<TABLE>
<TR><TD VALIGN=top><B>
Refresh
</B></TD><TD>
Refresh the table list from the database.
</TD></TR>
<TR><TD VALIGN=top><B>
Schema
</B></TD><TD>
The next control is which schema to investigate tables for.
</TD></TR>
<TR><TD VALIGN=top><B>
Operation
</B></TD><TD>
What operation to perform. Select one of <B>compute statistics</B>, <B>estimate statistics</B>, <B>delete statistics</B> and <B>validate references</B>.
</TD></TR>
<TR><TD VALIGN=top><B>
Target
</B></TD><TD>
Depending on the <B>operation</B> you can sometimes select what kind of statistic to collect. Choose between <B>all</B>, <B>table</B>, <B>indexed columns</B> and <B>local indexes</B>.
</TD></TR>
<TR><TD VALIGN=top><B>
Sample
</B></TD><TD>
If the <B>operation</B> is <B>estimate statistics</B> you can choose how large sample should be used to estimate the statistic information in percent of
total amount of data.
</TD></TR>
<TR><TD VALIGN=top><B>
Parallel
</B></TD><TD>
Indicate the number of separate connections to open to the database and run collecting statistics concurrently when collecting.
</TD></TR>
<TR><TD VALIGN=top><B>
Start analyzing
</B></TD><TD>
Press this button to perform the indicated operation on the tables selected in the list below the toolbar.
</TD></TR>
<TR><TD VALIGN=top><B>
Stop
</B></TD><TD>
Stop current run. Before the stop button you can also see information about the currently running statistics gathering run if any is running.
</TD></TR>
</TABLE>
</BODY>
</HTML>