Re: [PATCHES] 8.2 features?

From: Thomas Bley <thbley(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] 8.2 features?
Date: 2006-07-18 21:39:20
Message-ID: 44BD5508.3050504@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers pgsql-patches

from http://dev.mysql.com/doc/refman/4.1/en/blob.html

You can change the message buffer size by changing the value of the
max_allowed_packet variable, but you must do so for both the server and
your client program. For example, both mysql and mysqldump allow you to
change the client-side max_allowed_packet value.

Tom Lane wrote:
>>> If the use case is people running MySQL dumps, then there will be
>>> millions of values-targetlists in MySQL dumps.
>>>
>
> I did some experimentation just now, and could not get mysql to accept a
> command longer than about 1 million bytes. It complains about
> Got a packet bigger than 'max_allowed_packet' bytes
> which seems a bit odd because max_allowed_packet is allegedly set to
> 16 million, but anyway I don't think people are going to be loading any
> million-row tables using single INSERT commands in mysql either.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Matthew D. Fuller 2006-07-18 23:41:49 Re: [PATCHES] 8.2 features?
Previous Message Andrew Dunstan 2006-07-18 19:46:32 Re: [HACKERS] 8.2 features?

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-07-18 21:41:53 Re: password is no required, authentication is overridden
Previous Message Thomas Bley 2006-07-18 21:25:52 Re: password is no required, authentication is overridden

Browse pgsql-patches by date

  From Date Subject
Next Message Zdenek Kotala 2006-07-18 21:44:20 Mark change-on-restart-only values in postgresql.conf
Previous Message Andrew Dunstan 2006-07-18 19:46:32 Re: [HACKERS] 8.2 features?