awips2/edexOsgi/com.raytheon.uf.common.gridcoverage/res/scripts/gridcoverage_indices.sql
Ben Steffensmeier a6561786fa Issue #189 changes from code review comments for gridcoverage.
Former-commit-id: 516742e64a [formerly 94e4f2adb6] [formerly 7f99750ba5 [formerly cfac5882643a0bde47c6f81623dd80ec41604a82]]
Former-commit-id: 7f99750ba5
Former-commit-id: 57d35bb700
2012-10-01 12:49:28 -05:00

23 lines
No EOL
864 B
SQL

/**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
* to non-U.S. persons whether in the United States or abroad requires
* an export license or other authorization.
*
* Contractor Name: Raytheon Company
* Contractor Address: 6825 Pine Street, Suite 340
* Mail Stop B8
* Omaha, NE 68106
* 402.291.0100
*
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
* further licensing information.
**/
CREATE INDEX "gridCoverageTypeNxNy_idx"
ON gridcoverage
USING btree
(dtype, nx, ny);