índice não clusterizado oor Engels

índice não clusterizado

Vertalings in die woordeboek Portugees - Engels

nonclustered index

naamwoord
en
An index in which the logical order of the index key values is different than the physical order of the corresponding rows in a table. The index contains row locators that point to the storage location of the table data.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
Uma tabela sem um índice clusterizado é armazenada em uma estrutura de heap não-ordenada.
A table without a clustered index is stored in an unordered heap structure.WikiMatrix WikiMatrix
Por padrão, esse índice é cluster. Porém, você pode especificar um índice não clusterizado ao criar a restrição.constraint.
By default, this index is clustered; however, you can specify a nonclustered index when you create the constraint.ParaCrawl Corpus ParaCrawl Corpus
Considere uma tabela com dois índices não-clusterizados que poderia satisfazer uma consulta SELECT.
Consider a table with two non-clustered indexes that could satisfy a SELECT query.ParaCrawl Corpus ParaCrawl Corpus
Cenários que não requerem que todos os índices não clusterizados sejam automaticamente recompilados em uma tabela:Scenarios index
that do not require all nonclustered indexes to be automatically rebuilt on a table:ParaCrawl Corpus ParaCrawl Corpus
Porém, você pode especificar um índice não clusterizado ao criar a restrição.constraint.
By default, this index is clustered; however, you can specify a nonclustered index when you create the constraint.ParaCrawl Corpus ParaCrawl Corpus
Quando uma coluna em colunas de chave de índice não clusterizado tem muitos valores duplicados, o desempenho pode ser prejudicado para atualizações, inserções e deletes.
exclusões.When a column in a nonclustered index key columns have many duplicate values, performance can degrade for updates, inserts, and One way to improve performance in this situation is to add another column to the nonclustered index.ParaCrawl Corpus ParaCrawl Corpus
Especifica que não devem ser executadas verificações intensivas de índices não clusterizados de tabelas de usuário.reduz o tempo de execução geral.This decreases the overall execution time.
Database names must comply with the rules for identifiers. NOINDEX Specifies that intensive checks of nonclustered indexes for user tables should not be performed.ParaCrawl Corpus ParaCrawl Corpus
Especifica que não devem ser executadas verificações intensivas de índices não clusterizados de tabelas de usuário.reduz o tempo de execução geral.This decreases the overall execution time.
NOINDEX Specifies that intensive checks of nonclustered indexes for user tables should not be performed.ParaCrawl Corpus ParaCrawl Corpus
Os dados armazenados em tabelas rowstore, um deltastore de um índice columstore ou um índice não clusterizado em um índice columnstore clusterizado não podem exceder o MAXSIZE.
Data stored in rowstore tables, a columnstore index's deltastore, or a nonclustered index on a clustered columnstore index cannot grow beyond MAXSIZE.ParaCrawl Corpus ParaCrawl Corpus
NOINDEXNOINDEX Especifica que não devem ser executadas verificações intensivas de índices não clusterizados de tabelas de usuário.reduz o tempo de execução geral.This decreases the overall execution time.
I nomi dei database devono essere conformi alle non cluster per le tabelle utente.Specifies that intensive checks of nonclustered indexes for user tables should not be performed.ParaCrawl Corpus ParaCrawl Corpus
NOINDEXNOINDEX Especifica que não devem ser executadas verificações intensivas de índices não clusterizados de tabelas de usuário.reduz o tempo de execução geral.This decreases the overall execution time.
NOINDEXNOINDEX Specifies that intensive checks of nonclustered indexes for user tables should not be performed.ParaCrawl Corpus ParaCrawl Corpus
NOINDEXNOINDEX Especifica que não devem ser executadas verificações intensivas de índices não clusterizados de tabelas de usuário.reduz o tempo de execução geral.This decreases the overall execution time.
Database names must comply with the rules for identifiers. NOINDEXNOINDEX Specifies that intensive checks of nonclustered indexes for user tables should not be performed.ParaCrawl Corpus ParaCrawl Corpus
Redesenhe índices não clusterizados com um comprimento de chave de índice, de tal forma que apenas as colunas usadas para buscas e pesquisas sejam colunas de chave.key columns.
Design Recommendations Redesign nonclustered indexes with a large index key size so that only columns used for searching and lookups are key columns.ParaCrawl Corpus ParaCrawl Corpus
Redesenhe índices não clusterizados com um comprimento de chave de índice, de tal forma que apenas as colunas usadas para buscas e pesquisas sejam colunas de chave.key columns.
Before You Begin Design Recommendations Redesign nonclustered indexes with a large index key size so that only columns used for searching and lookups are key columns.ParaCrawl Corpus ParaCrawl Corpus
Se um índice não clusterizado no grupo de arquivos especificado estiver associado a uma tabela em outro grupo de arquivos, o índice não é verificado porque a tabela base não está disponível para validação.validation.
If a nonclustered index in the specified filegroup is associated with a table in another filegroup, the index is not checked because the base table is not available for validation.ParaCrawl Corpus ParaCrawl Corpus
Índices não clusterizados Essas colunas não são consideradas pelo Mecanismo de Banco de DadosDatabase Engine ao calcular o tamanho da chave de índice.These columns are not considered by the Mecanismo de Banco de DadosDatabase Engine when calculating the index key size .
Nonclustered indexes can include non-key columns in the leaf level of the index. These columns are not considered by the Database Engine when calculating the index key size .ParaCrawl Corpus ParaCrawl Corpus
A criação de um índice filtrado pode reduzir o armazenamento em disco de índices não clusterizados quando um índice de tabela completa não é necessário.Creating a filtered index can reduce disk storage for nonclustered indexes when a full-table index is not necessary.
Similarly, if a filtered index contains only the frequently affected data, the smaller size of the index reduces the cost of updating the statistics. Reduced index storage costs Creating a filtered index can reduce disk storage for nonclustered indexes when a full-table index is not necessary.ParaCrawl Corpus ParaCrawl Corpus
Melhor desempenho de consultas e qualidade de planoImproved query performance and plan quality Um índice filtrado bem projetado melhora o desempenho das consultas e a qualidade do plano de execução porque é menor do que um índice não clusterizado de tabela completa e possui index.
Improved query performance and plan quality A well-designed filtered index improves query performance and execution plan quality because it is smaller than a full-table nonclustered index and has filtered statistics. The filtered statistics are more accurate than full-table statistics because they cover only the rows in the filtered index.ParaCrawl Corpus ParaCrawl Corpus
Em determinadas condições, recompilar um índice clusterizado recompilará automaticamente todo índice não clusterizado que faça referência à chave de clustering, se os identificadores físicos ou lógicos contidos nos registros de índice não clusterizados Criar um índice clusterizado em uma tabelaCreating a clustered index on a table
enregistrements d’index non-cluster doivent être modifiés.Under certain conditions, rebuilding a clustered index will automatically rebuild any nonclustered index that reference the clustering key, if the physical or logical identifiers contained in the nonclustered index records needs to change.ParaCrawl Corpus ParaCrawl Corpus
Em determinadas condições, recompilar um índice clusterizado recompilará automaticamente todo índice não clusterizado que faça referência à chave de clustering, se os identificadores físicos ou lógicos contidos nos registros de índice não clusterizados Criar um índice clusterizado em uma tabelaCreating a clustered index on a table
Under certain conditions, rebuilding a clustered index will automatically rebuild any nonclustered index that reference the clustering key, if the physical or logical identifiers contained in the nonclustered index records needs to change.ParaCrawl Corpus ParaCrawl Corpus
Em determinadas condições, recompilar um índice clusterizado recompilará automaticamente todo índice não clusterizado que faça referência à chave de clustering, se os identificadores físicos ou lógicos contidos nos registros de índice não clusterizados Criar um índice clusterizado em uma tabelaCreating a clustered index on a table
ALTER INDEX REORGANIZE Index defragmentation considerations Under certain conditions, rebuilding a clustered index will automatically rebuild any nonclustered index that reference the clustering key, if the physical or logical identifiers contained in the nonclustered index records need to change.ParaCrawl Corpus ParaCrawl Corpus
Em determinadas condições, recompilar um índice clusterizado recompilará automaticamente todo índice não clusterizado que faça referência à chave de clustering, se os identificadores físicos ou lógicos contidos nos registros de índice não clusterizados Criar um índice clusterizado em uma tabelaCreating a clustered index on a table
Index defragmentation considerations Under certain conditions, rebuilding a clustered index will automatically rebuild any nonclustered index that reference the clustering key, if the physical or logical identifiers contained in the nonclustered index records needs to change.ParaCrawl Corpus ParaCrawl Corpus
Os valores de chave do índice clusterizado são usados por todos os índices não clusterizados como chaves de pesquisa.Qualquer índice não clusterizado definido na mesma tabela será significativamente maior porque as entradas de índice não clusterizado contêm a chave de cluster e também as colunas de chave definidas para aquele índice não clusterizado.Guidelines
The key values from the clustered index are used by all nonclustered indexes as lookup keys. Any nonclustered indexes defined on the same table will be significantly larger because the nonclustered index entries contain the clustering key and also the key columns defined for that nonclustered index.ParaCrawl Corpus ParaCrawl Corpus
A cláusula DROP_EXISTING não classificará os dados novamente se as mesmas colunas de chave de índice forem usadas na mesma ordem e com a mesma ordem crescente ou decrescente, a menos que a instrução de índice especifique um índice não clusterizado e a opção ONLINE seja definida como poderá ser executada com ONLINE Observação
The DROP_EXISTING clause will not sort the data again if the same index key columns are used in the same order and with the same ascending or descending order, unless the index statement specifies a nonclustered index and the ONLINE option is set to OFF.ParaCrawl Corpus ParaCrawl Corpus
A cláusula DROP_EXISTING não classificará os dados novamente se as mesmas colunas de chave de índice forem usadas na mesma ordem e com a mesma ordem crescente ou decrescente, a menos que a instrução de índice especifique um índice não clusterizado e a opção ONLINE seja definida como poderá ser executada com ONLINE Observação
Die DROP_EXISTING-Klausel The DROP_EXISTING clause will not sort the data again if the same index key columns are used in the same order and with the same ascending or descending order, unless the index statement specifies a nonclustered index and the ONLINE option is set to OFF.ParaCrawl Corpus ParaCrawl Corpus
42 sinne gevind in 21 ms. Hulle kom uit baie bronne en word nie nagegaan nie.