You can also have a look at this article from Duncan Golicher if you are doing raster/vector analysis:
http://duncanjg.wordpress.com/2012/10/30/tile-size-for-raster-vector-overlays-in-postgis/ > -----Original Message----- > From: [email protected] [mailto:postgis-users- > [email protected]] On Behalf Of Stephen Crawford > Sent: Friday, September 13, 2013 12:34 PM > To: [email protected] > Subject: Re: [postgis-users] tile size > > OK, thanks. I will give that a try. > > > > On 9/13/2013 12:31 PM, Adam Eskreis wrote: > > > The most common tile size that I've seen in production is 256x256 > > > On Fri, Sep 13, 2013 at 10:33 AM, Bborie Park > <[email protected]> wrote: > > > Steve, > > There really isn't. What I do recommend is that if your raster > data is not going to change over time (and you don't need to replicate the > database), load them as out-db rasters. That way, you can easily change tile > size within the database with ST_Tile. > > > > -bborie > > > On Fri, Sep 13, 2013 at 6:06 AM, Stephen Crawford > <[email protected]> wrote: > > > Hi All, > > Is there a rule of thumb for determining the best tile > size when tiling a raster? > > Thanks, > Steve > > > -- > Stephen Crawford > Center for Environmental Informatics > The Pennsylvania State University > <tel:814.865.9905> > > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi- > bin/mailman/listinfo/postgis-users > > > > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis- > users > > > > > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users > > > -- > Stephen Crawford > Center for Environmental Informatics > The Pennsylvania State University > [email protected] > 814.865.9905 _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
