[postgis-tickets] [PostGIS] #3058: picksplit method for column 1 of index "nd_geometry_idx" failed
PostGIS
trac at osgeo.org
Wed Feb 25 08:56:33 PST 2015
#3058: picksplit method for column 1 of index "nd_geometry_idx" failed
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Spotted during ND index testing:
{{{
DEBUG: switched to buffered GiST build; level step = 1, pagesPerBuffer =
305
DEBUG: picksplit method for column 1 of index "tweets_g_idx" failed
HINT: The index is not optimal. To optimize it, contact a developer, or
try to use the column as the second one in the CREATE INDEX command.
}}}
Sounds like a bug, is it ?
Index is being created on a table with 35,128,772 4D points
and extent (we need an ND box type to output this...):
{{{
-- X: ~ -18e6 to 18e6
-- Y: ~ 0 to 1.5e6
-- Z: ~ 0 to 100
-- M ~ 2 to 315e6
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3058>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list