-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Allow site specific archive settings #19019
Copy link
Copy link
Open
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.StabilityFor issues that make Matomo more stable and reliable to run for sys admins.For issues that make Matomo more stable and reliable to run for sys admins.c: PerformanceFor when we could improve the performance / speed of Matomo.For when we could improve the performance / speed of Matomo.c: PlatformFor Matomo platform changes that aren't impacting any of our APIs but improve the core itself.For Matomo platform changes that aren't impacting any of our APIs but improve the core itself.
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.StabilityFor issues that make Matomo more stable and reliable to run for sys admins.For issues that make Matomo more stable and reliable to run for sys admins.c: PerformanceFor when we could improve the performance / speed of Matomo.For when we could improve the performance / speed of Matomo.c: PlatformFor Matomo platform changes that aren't impacting any of our APIs but improve the core itself.For Matomo platform changes that aren't impacting any of our APIs but improve the core itself.
In #18279 an option was added to disable archiving for segments and the option also allows it to be disabled for specific Site IDs the same way that it works for tracker settings (Eg.
[General_{siteId}])It would be quite useful if this also worked for some other
[General]config settings as well, specifically like thedatatable_archiving_maximum_rowssettings listed in this FAQ: https://matomo.org/faq/how-to/faq_54/For users that have a lot of sites on one instance or even with a few sites where some might be high traffic, it would enable users to have site specific row limits without needing to change the setting for all sites on that instance.