Re: blob and network packet size



In general the network packet size setting should be left alone, it is not
going to give you much one way or another in terms of performance.

The main reason I say this is everything has to go across TCP-IP, which has
a limit of ~1430 bytes per packet. So the TDS packet size is not the
limiting factor. Everything is squeezed down into ~1430 byte TCP packet in
the end.

Another problem with cranking it up is that it causes SQL Server to also
chew up more memory holding larger packets, reducing scalability. So 4K
default is good. Network packet size > 8000 bytes should be avoided for
server scalability reasons, this causes SQL to allocate packets out of
mem2leave area instead of normal buffer pool.

Matt Neerincx [MSFT]

This posting is provided "AS IS", with no warranties, and confers no rights.

Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"dp" <dp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1DAAA61D-5512-45A1-83F4-BAD4EF1CDDB7@xxxxxxxxxxxxxxxx
> 1) For performance of BLOB only data that will have at least 100 KB per
> BLOB,
> what is the best network packet size setting? The resource kit indicates
> that
> it is 8080. Is that correct, or is it a typo that should say 8192?
>
> 2) Does the client connection have to match the network packet size
> setting
> for it to be used?
>
>
>
>


.



Relevant Pages

  • Re: DBD::Sybase misleads me?
    ... Sybase ASE configuration parameter "max network packet ... connections using a larger than default packet size. ...
    (perl.dbi.users)
  • Re: bcp out fails with CTLIB Message: - L5/O1/S5/N18/5/0 when using -A
    ... Were there any errors reported in the ASE error log? ... where client applications would get the error you reported ... 'kbfalloc' may be reported in the error log when using network packet ...
    (comp.databases.sybase)
  • Re: blob and network packet size
    ... If your database application sends or receives large amounts of BLOB data, ... To change or set the packet ... use the network packet size option in Configuration Options. ... performance in SQL Server 2000 and SQL Server 7.0. ...
    (microsoft.public.sqlserver.connect)
  • Re: network packet size
    ... Enterprise Manger -> On the "tools" menu ... > Tibor Karaszi, SQL Server MVP ... >> I was wondering is the following is correct with the network packet size. ...
    (microsoft.public.sqlserver.server)
  • Re: Max URB size (USB driver)
    ... i meant multiples of max packet size. ... Please do not send e-mail directly to this alias. ... newsgroup purposes only. ... This posting is provided "AS IS" with no warranties, ...
    (microsoft.public.development.device.drivers)