-
- Téléchargements
Refs #1077. Improved speed of the IndexedBySite archive type by optimizing the...
Refs #1077. Improved speed of the IndexedBySite archive type by optimizing the case when launching the archiving process is disabled. Instead of selecting archive IDs one at a time, IndexedBySite will now select them all at once. Notes: * Also added an integration test that will test whether Piwik works when archiving is disabled. * Modified getKnownSegmentsToArchive() to cache its result as static function data instead of having ArchiveProcessing cache it as instance data. * Changed several instance methods in ArchiveProcessing to static methods. These methods are responsible for determining if archiving is disabled. * Removed meaningless idSite related code from TablePartitioning. git-svn-id: http://dev.piwik.org/svn/trunk@5475 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent
6622c834
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- core/Archive.php 1 ajout, 1 suppressioncore/Archive.php
- core/Archive/Array/IndexedBySite.php 111 ajouts, 13 suppressionscore/Archive/Array/IndexedBySite.php
- core/Archive/Single.php 11 ajouts, 0 suppressioncore/Archive/Single.php
- core/ArchiveProcessing.php 85 ajouts, 31 suppressionscore/ArchiveProcessing.php
- core/Piwik.php 10 ajouts, 3 suppressionscore/Piwik.php
- core/TablePartitioning.php 1 ajout, 7 suppressionscore/TablePartitioning.php
- tests/integration/Main.test.php 59 ajouts, 25 suppressionstests/integration/Main.test.php
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledAfter__VisitsSummary.get_day.xml 14 ajouts, 0 suppression...rchivingDisabled_disabledAfter__VisitsSummary.get_day.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledAfter__VisitsSummary.get_month.xml 24 ajouts, 0 suppression...hivingDisabled_disabledAfter__VisitsSummary.get_month.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledAfter__VisitsSummary.get_week.xml 14 ajouts, 0 suppression...chivingDisabled_disabledAfter__VisitsSummary.get_week.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledAfter__VisitsSummary.get_year.xml 22 ajouts, 0 suppression...chivingDisabled_disabledAfter__VisitsSummary.get_year.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledBefore__VisitsSummary.get_day.xml 5 ajouts, 0 suppression...chivingDisabled_disabledBefore__VisitsSummary.get_day.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledBefore__VisitsSummary.get_month.xml 5 ajouts, 0 suppression...ivingDisabled_disabledBefore__VisitsSummary.get_month.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledBefore__VisitsSummary.get_week.xml 5 ajouts, 0 suppression...hivingDisabled_disabledBefore__VisitsSummary.get_week.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_disabledBefore__VisitsSummary.get_year.xml 5 ajouts, 0 suppression...hivingDisabled_disabledBefore__VisitsSummary.get_year.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_enabled__VisitsSummary.get_day.xml 14 ajouts, 0 suppression...Days_ArchivingDisabled_enabled__VisitsSummary.get_day.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_enabled__VisitsSummary.get_month.xml 24 ajouts, 0 suppression...ys_ArchivingDisabled_enabled__VisitsSummary.get_month.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_enabled__VisitsSummary.get_week.xml 14 ajouts, 0 suppression...ays_ArchivingDisabled_enabled__VisitsSummary.get_week.xml
- tests/integration/expected/test_TwoVisitors_twoWebsites_differentDays_ArchivingDisabled_enabled__VisitsSummary.get_year.xml 22 ajouts, 0 suppression...ays_ArchivingDisabled_enabled__VisitsSummary.get_year.xml
Veuillez vous inscrire ou vous se connecter pour commenter