[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Filtro mestre ou filtro na inicialização???
Página 1 de 1

Filtro mestre ou filtro na inicialização???

Enviado: Julho 12th, 2013, 8:45 am
por flaviogonzaga
Bom dia a todos!!!!

Alguém saberia dizer, em termos de performance, qual o tipo de filtragem é mais eficiente para tabelas com muitos registros, se é um filtro mestre ou um filtro na inicialização???

A pergunta é em função de não trazer todos os registros de uma tabela gigantesca todas as vezes que algum usuário abre um formulário de vendas pela rede.

Desde já agradeço!!!

Att,

Re: Filtro mestre ou filtro na inicialização???

Enviado: Julho 17th, 2013, 2:37 pm
por Leão
Tenho uma tabela grande e no filtro inicial informo:
(Vendas.PEDIDO = -1)

como não existe esse registro irá abrir sem trazer todo movimento, dar certo...

Obrigado,
Leão

Re: Filtro mestre ou filtro na inicialização???

Enviado: Julho 18th, 2013, 7:36 am
por flaviogonzaga
Leão,

Valeu pela dica!!!!

Estou realizando alguns testes e depois vou escolher a melhor forma de executar o form.

Grande abraço!!!!