-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve management of too many unique values in huge datasets
Cf. issue Fix bug for descriptive stats with huge dataset (400 Gb) #90 - corrige dans la V10.2 et reporte dans la V11 - amelioration supplementaire dans la V11 uniquement - amelioration du dimensionnement de la tache de preparation univariée - KWDataPreparationTask::ComputeNecessaryUnivariateStatsMemory - prise en compte si necessaire d'au moins la place de un Symbol et une valeur sparse par record - vérification de la protection contre plus de deux milliard d'instances - gere dans KWDatabaseBasicStatsTask - erreur diagnostiquee dans KWClassStats::ComputeStats - ajout d'un warning si trop d'instances - limite a 10000000 definie dans KWClassStats::GetLargeDatabaseSize - warning dans KWClassStats::ComputeStats - ajout d'une protection contre le depassement de deux milliards de Symbol lors de la lecture de la base - gerer dans KWDataTableSlice::PhysicalReadObject Correction additionnelle - KWDRTableSortCompareObjects: ajout de la prise en compte du type Text pour les champs triables
- Loading branch information
1 parent
ac8e8d2
commit 8fe164e
Showing
13 changed files
with
99 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.