That's just for historical reasons. READ_BLOCK_SIZE is defined in db.h as 512KB, but you can set it to 512MB or even bigger. Mysql supports 4GB for the type in question (longblob), but check the docs if you're using postgresql.
tom wrote: > What motivated dbmail to split the messages into message_blks? > Is there some insane impracticality to storing a 1MB body as a single > text field? > _______________________________________________ > DBmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
