Re: [MapServer-users] Speed of WMS vs Speed of WCS; How to speed up WCS service?

2023-07-26 Thread Rahkonen Jukka
Hi, Does the tileindex query " DATA 'geometry from (select * from plua order by "maxCC" desc) " return several images from the requested BBOX? I know that MapServer WCS can be fast and we have also a demo at https://beta-karttakuva.maanmittauslaitos.fi/demo/ortokuvat_ja_korkeusmallit/#15.05/67.

Re: [MapServer-users] Speed of WMS vs Speed of WCS; How to speed up WCS service?

2023-07-26 Thread Marcin Niemyjski via MapServer-users
Hi Seth, as you suggested, I've added the Extent parameter to all of my layers, and it resulted in decreasing time to 5m33.534s. But still, it's quite a lot of time for generating 1.5 MiB file. Any other suggestions? Maybe there is something wrong with projection so beyond just serving data ma

Re: [MapServer-users] Speed of WMS vs Speed of WCS; How to speed up WCS service?

2023-07-26 Thread Seth G
Hi Marcin, As a first test I'd recommend adding in EXTENTs to all your layers (and ensuring they are correct): EXTENT 1334552.857598 5342648.587634 4715044.821842 7547620.486088 If these are missing MapServer will often try and calculate these from the datasource automatically. Depending on th

[MapServer-users] Speed of WMS vs Speed of WCS; How to speed up WCS service?

2023-07-26 Thread Marcin Niemyjski via MapServer-users
Hello, I have a problem, Namely, I have created a WCS and here is its mapfile: https://pastecode.io/s/6v3qfssb For a better understanding, here is a view of the tileindex through which the data is served: https://pasteboard.co/ydgvDiqxz4lf.png I am connecting to files located in a private bucke