Hi all, MapFile doesn't support append mode of creation, so every time the existing mapfile would be overwritten if a new one with same name is created.
Is there anyway I can append to an MapFile or alike without erasing the old content? or it doesn't makes sense at all? In my scenario I need to split mass (count by tens of millions) messages according to certain rules and put them into different mapfiles, which are supposed to get updated when new messages come in. Since I didn't find a way to make mapfile appendable, I have to create new mapfiles, so one mapfile can contain as little as one message in worst case and I will have to later merge them with their proper siblings. Regards
