On Fri, Feb 11, 2005, Hans Kristian Rosbach <[EMAIL PROTECTED]> said:
> On Fri, 2005-02-11 at 11:39, Wolfram A. Kraushaar wrote: >> Actually the max messageblksize is 512*KB*, not bytes - so a 50 Meg message >> leads to 100 queries. > > I think even 512KB is too small for big systems. > It might be a sane default, but it should be possible to change it in > the config file. It's a conservative default. It is possible to tweak MySQL down to even smaller maximum query sizes, and I'm sure all other databases, too. So a better conservative approach is to try and ask the database for its limit :-) I'll start looking into how this is done for MySQL and PostgreSQL. Aaron