<br>Thx Paul for explaination.<br>I don't know the question of  ST_ConvexHull(raster).<br>You have right , the ST_Extent will scan all the table.<br><br>My really question is that <br><br>To understand how work the postgis raster , I try to load a raster table with this settings:<br>
<br>raster2pgsql -s 3003 -l 3 -C -e -Y -I -M *.tif -F -f rast -d -t 100x100 my_schema.ofc10k_2010 > ofc10k_2010.sql<br><br>They are about 80 tiffs where every tif file is an color orthophoto of about 13.000 x 11.000 px each.<br>
<br>After this I need to find the total extent covered from all the raster table.<br><br>To find this I try this query:<br><br>select ST_Extent(ST_Envelope(rast)) from tabella;<br><br>But it take many time, too time I guess. <br>
<br><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br><br>