Opened 7 years ago
Closed 7 years ago
#3846 closed defect (fixed)
KNN test hangs in PgSQL 11
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
I have seen this really badly so far just on one machine, need to confirm that it's a v11 problem entirely. Reading the trace it looks like the index operator isn't actually calling into the index; the plan is a sequence, so the hang is to time it takes to run a KNN without the index, which is a long time on a big geograpy data set.
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This appears to have cleared up in recent pulls.
Note:
See TracTickets
for help on using tickets.
pramsey how long does it hang for you. Debbie's latest run on pg 11 which is based on postgres master from about 40 minutes ago looks okay or are you talking about testing with real data.
granted we don't have a timing test in there.