Tobias Warneke created GEOS-5838 |
Issue Type: |
New Feature |
Assignee: |
|
Components: |
WMS |
Created: |
03/Jun/13 11:02 AM |
Description: |
I need an order by in the sql of my WMS request. I am not able to split my style into different FeatureTypes. My data has some kind of z-ordering. Using Oracle or PostgreSQL I am able to put an order by statement within my view. SQLServer need an additional top and does not perform very well with this construct. So instead of this way I “injected” an order by into your WMS - module and got much better results with queries like 'select geom from geomtable where … order by sort_col ’ instead of e.g. ‘select geom from (select top 1000 geom from geomtable order by …) …’. So here are my questions:
Regards Tobias |
Project: |
|
Priority: |
Major |
Reporter: |