Is it configurable to define the email chunk size at 7K instead of 500K for the messageblk field, or would I have to modify source code to do this?
The reason I want to do it is because in Postgresql, rows that are larger then a page size (8K by default) are stored in extended storage, which takes a lot longer to process then plain storage. The way I understand it (which might not be 100% accurate) is that if it is plain storage, the search function will take a lot quicker. Thank you Sim _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
