1
TOPO (1) POR GRUPO de mesa muito grande (mais de 100.000.000)
Configuração Eu tenho uma tabela enorme de ~ 115.382.254 linhas. A tabela é relativamente simples e registra as operações do processo de aplicativo. CREATE TABLE [data].[OperationData]( [SourceDeciveID] [bigint] NOT NULL, [FileSource] [nvarchar](256) NOT NULL, [Size] [bigint] NULL, [Begin] [datetime2](7) NULL, [End] [datetime2](7) NOT NULL, [Date] AS (isnull(CONVERT([date],[End]),CONVERT([date],'19000101',(112)))) PERSISTED NOT NULL, …