~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to help/analyze.html

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML><HEAD><TITLE>Statistics manager</TITLE></HEAD><BODY>
2
 
<H1>Statistics manager</H1>
3
 
This tool is usefull for collecting statistics and analyze tables in parallel. You can also
4
 
use it to browse collected statistics.<P>
5
 
<IMG SRC=images/analyze.png><P>
6
 
You control the interface through the controls in the toolbar. The rest of the interface simply
7
 
displays currently available tables in the current schema. When collecting statistics only the
8
 
selected items in the tablelist are analyzed.<P>
9
 
<TABLE>
10
 
<TR><TD VALIGN=top><B>
11
 
Refresh
12
 
</B></TD><TD>
13
 
Refresh the table list from the database.
14
 
</TD></TR>
15
 
<TR><TD VALIGN=top><B>
16
 
Schema
17
 
</B></TD><TD>
18
 
The next control is which schema to investigate tables for.
19
 
</TD></TR>
20
 
<TR><TD VALIGN=top><B>
21
 
Operation
22
 
</B></TD><TD>
23
 
What operation to perform. Select one of <B>compute statistics</B>, <B>estimate statistics</B>, <B>delete statistics</B> and <B>validate references</B>.
24
 
</TD></TR>
25
 
<TR><TD VALIGN=top><B>
26
 
Target
27
 
</B></TD><TD>
28
 
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>.
29
 
</TD></TR>
30
 
<TR><TD VALIGN=top><B>
31
 
Sample
32
 
</B></TD><TD>
33
 
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
34
 
total amount of data.
35
 
</TD></TR>
36
 
<TR><TD VALIGN=top><B>
37
 
Parallel
38
 
</B></TD><TD>
39
 
Indicate the number of separate connections to open to the database and run collecting statistics concurrently when collecting.
40
 
</TD></TR>
41
 
<TR><TD VALIGN=top><B>
42
 
Start analyzing
43
 
</B></TD><TD>
44
 
Press this button to perform the indicated operation on the tables selected in the list below the toolbar.
45
 
</TD></TR>
46
 
<TR><TD VALIGN=top><B>
47
 
Stop
48
 
</B></TD><TD>
49
 
Stop current run. Before the stop button you can also see information about the currently running statistics gathering run if any is running.
50
 
</TD></TR>
51
 
</TABLE>
52
 
</BODY>
53
 
</HTML>