Martin Wegner created an issue |
Requesting an area near the bounding box leads to a very poor performance (Oracle) |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.6.1 |
Assignee: |
|
Components: |
Oracle |
Created: |
14/Jan/15 6:39 AM |
Priority: |
Critical |
Reporter: |
When requesting (GetMap) an area near the bounding box e.g. [0, -180, 90, -90] the created Oracle SQL statement is bad and leads to a horrible performance: Generated Oracle SQL statement (needed 57 seconds):
The second where condition is wrong and unnecessary. Without the second where condition the query only took 200 milliseconds:
Another question is why [0, -180, 90, -90] leads to [-1.40625, -179.99, 89.99, -88.59375]? It seems to be the same problem as in issue GEOS-6813. Presumption a SRID: 8307 point layer:
|
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |