Numéro d’ID de bogue |
BUG-000095527 |
Envoi | April 5, 2016 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS for Desktop |
Version trouvée | 10.4 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 2012 |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
None of the tables on which all these views are based have any useful indexes build. Add the following indexes;
CREATE SPATIAL INDEX [EnergyInvestments_spidx] ON [sde].[EnergyInvestments]
(
[pointLocation]
)USING GEOMETRY_AUTO_GRID
WITH (BOUNDING_BOX =(-170.70199941404, -14.278100285562, 171.38100342762, 66.5640293312806),
CELLS_PER_OBJECT = 16)
CREATE NONCLUSTERED INDEX [ProgramLookup_idx] ON [sde].[ProgramLookup]
(
[ProgramName] ASC
)
CREATE NONCLUSTERED INDEX [ModifiedProgramName_idx] ON [sde].[EnergyInvestments]
(
[ModifiedProgramName] ASC
)
CREATE NONCLUSTERED INDEX [EIGeocoding_EnergyInvestmentID_idx] ON [sde].[EIGeocoding]
(
[EnergyInvestmentID] ASC
)
and the view performance will be substantially improved.
See http://support.esri.com/en/technical-article/000014760 for additional information.
Étapes pour reproduire
ID de bogue: BUG-000095527
Logiciel: