The raster from PostGIS is loading very slowly.
- I added pyramids. gdaladdo d:\res\t1.tif -r lanczos -ro 2 4 8 16 32 64
- Converted to the "cloud optimized GeoTIFF" format. gdal_translate d:\res\t1.tif d:\res\OGC_t1.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co COMPRESS=LZW.
- Added to PostGIS as out-db. raster2pgsql -s 4326 -C -I -F d:\res\OGC_t1 -R| psql
When I open a table in QGIS, it loads very slowly. Pyramids are not used.
If you load the table from a file, then the pyramids are located and the loading is fast. What am I doing wrong?