Enter the command that invokes the Index Advisor with the ADVISE
keyword to request grid cell sizes. For example, to invoke the Index
Advisor for the SHAPE column in the COUNTIES table, enter: gseidx CONNECT TO mydb USER userID USING password GET GEOMETRY
STATISTICS FOR COLUMN userID.counties(shape) ADVISE
Restriction: If you enter this gseidx command
from an operating system prompt, you must type the entire command
on a single line. Alternatively, you can run gseidx commands
from a CLP file, which allows you to split the command over multiple
lines.
The Index Advisor returns recommended grid cell sizes.
For example, gseidx command with the ADVISE keyword
shown previously returns the following recommended cell sizes for
the SHAPE column:
Query Window Size Suggested Grid Sizes Cost
----------------- -------------------------- ----
0.1 0.7, 2.8, 14.0 2.7
0.2 0.7, 2.8, 14.0 2.9
0.5 1.4, 3.5, 14.0 3.5
1 1.4, 3.5, 14.0 4.8
2 1.4, 3.5, 14.0 8.2
5 1.4, 3.5, 14.0 24
10 2.8, 8.4, 21.0 66
20 4.2, 14.7, 37.0 190
50 7.0, 14.0, 70.0 900
100 42.0, 0, 0 2800