Tracking API: major performance improvements with Transactions, when using Bulk Tracking #5275
Labels
c: Performance
For when we could improve the performance / speed of Matomo.
Task
Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone
By wrapping our Bulk Tracking API requests within a transaction, speed of Tracking API will greatly increase. This is because with Mysql innodb tables, the index will be written only once after all requests have been imported!
This was suggested in this pull request: #281
This change results in massive performance improvements for
The text was updated successfully, but these errors were encountered: