I try to write multiple Raster images to a single PostGis table. Writing the records sequentially is working as designed.
But I am using FME Cloud and want to write records parallel using multiple engines. The first record is written, but seems to lock the table. Therefor all other processes fail.
How can I avoid the table lock in PostGis?
Any suggestions?