I need to publish raster and vector data through GeoServer WMS service and I have already chosen PostGIS as datasource to keep vector data.
Now I would like to know what is the best practice to work with raster data. I see two options:
- store raster data in PostGis and then use ImageMosaicJDBC or Postgis Raster Plug In (I read about some limitations and instability)
- store raster data somewhere on file system and setup GeoServer to read data from there.
I have little experience with GIS and I wonder if someone could suggest the best choice?