According to How are GeoTIFFs persisted in GeoMesa?
GeoMesa's raster data is indexed by spatial extent solely.
Can I also save time info with the raster data? Else, for each raster I will have to persist another record holding its time info. Therefore, in order to retrieve my raster using a tempospatial query (is WMS capable for this? according to [1] it seems to be) I will have to retrieve both files; this means for x raster ==> x+1 GeoMesa hits (retrievals).
[1] http://docs.geoserver.org/stable/en/user/services/wms/time.html