• Compartilhar
  • ?
  • Perfis ▼
  • Comunidades ▼
  • Aplicativos ▼

Blogs

  • Meus Blogs
  • Blogs Públicos
  • Minhas Atualizações

Essa comunidade pode ter membros de fora da organização. Informix Experts

  • Efetue login para participar

▼ Marcações

▼ Entradas Semelhantes

Communication Settin...

Blog: Informix Expe...
cheetahblog 0600028TE8
Atualizado
0 pessoas curtiram istoCurtir 0
Sem ComentáriosComentários 0

▼ Archive

  • fevereiro de 2017
  • janeiro de 2017
  • dezembro de 2016
  • setembro de 2016
  • agosto de 2016
  • janeiro de 2015
  • outubro de 2014
  • maio de 2014
  • abril de 2014
  • março de 2014
  • fevereiro de 2014
  • janeiro de 2014
  • dezembro de 2013
  • outubro de 2013
  • setembro de 2013
  • agosto de 2013
  • junho de 2013
  • maio de 2013
  • abril de 2013
  • março de 2013
  • fevereiro de 2013
  • janeiro de 2013
  • dezembro de 2012
  • novembro de 2012
  • outubro de 2012
  • setembro de 2012
  • agosto de 2012
  • julho de 2012
  • junho de 2012
  • maio de 2012
  • abril de 2012
  • março de 2012
  • outubro de 2010
  • março de 2010
  • dezembro de 2009
  • junho de 2009
  • maio de 2009
  • abril de 2009
  • março de 2009
  • fevereiro de 2009
  • dezembro de 2008
  • novembro de 2008
  • outubro de 2008
  • agosto de 2008
  • junho de 2008
  • maio de 2008
  • março de 2008
  • janeiro de 2008
  • dezembro de 2007
  • novembro de 2007
  • outubro de 2007
  • setembro de 2007
  • agosto de 2007
  • julho de 2007
  • junho de 2007
  • maio de 2007
  • abril de 2007
  • março de 2007

▼ Autores do Blog

Informix Experts

Visualizar Todas as Entradas
Clicar no botão faz uma atualização completa da página. O usuário pode acessar a região "Lista de Entrada" para visualizar o novo conteúdo.) Lista de Entrada

Enhanced query performance by adjusting the size of SQL Fetch Buffer

cheetahblog 0600028TE8 | | Marcações:  fet_buf_size ‎ | 7.254 Visualizações
The fetch buffer is a memory location in a client-server environment where cursor data received from the server and held before transmit to the application. Setting a bigger fetch buffer size can significantly improve query performance by reducing network traffic. It is the amount of data that client accepts from the server without waiting to send a "received" message which make the difference. Starting with Informix version 11.70.xC5, you can set the maximum size of the fetch buffer to 2 GB to increase query performance.
 

The FET_BUF_SIZE environment is used to set the size of the application fetch buffer. This environment variable can override the default setting for the size of the fetch buffer for all data types except BYTE and TEXT values. An ANSI database needs addition consideration; you must set transactions to READ ONLY mode for the FET_BUF_SIZE environment variable to improve performance, otherwise rows are returned one by one.
 

A valid FET_BUF_SIZE setting is in effect for the local database server and for any remote database server from which you retrieve rows through a distributed query in which the local server is the coordinator and the remote database is subordinate. The greater the size of the buffer, the more rows can be returned, and the less frequently the client application must wait while the database server returns rows. A large buffer can improve performance by reducing the overhead of filling the client-side buffer.
 

In case of an invalid FET_BUF_SIZE setting, Informix not generates any error. It uses the default fetch buffer size.
 

The combination of fetch buffer, communication buffer (the "b" option in the sqlhosts file), network driver size and application cursor can enhance the query performance farther.
 

-Sanjit Chakraborty

  • Incluir um Comentário Incluir um Comentário
  • Editar
  • Mais Ações v
  • Colocar esta Entrada em Quarentena
Notificar Outras Pessoas
notification

Enviar Notificação por Email

+

Colocar esta entrada em quarentena

deleteEntry
duplicateEntry

Marcar como Duplicata

  • Entrada Anterior
  • Principal
  • Próxima Entrada
Feed para Entradas de Blog | Feed para Comentários de Blog | Feed para Comentários desta Entrada