tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
8 stars 31 forks source link

Add configuration for table garbage collection task to clean up statistics table #240

Closed christianbltr closed 2 months ago

christianbltr commented 2 months ago

It should be possible to clean up the statistics tables of ke_search from time to time. This would allow to delete older entries and increase performance, e.g. with the ke_search_premium Autosuggest feature which is based on these tables.

Todo

More information

Relevant tables: tx_kesearch_stat_search and tx_kesearch_stat_word

The table garbage collection task:

https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/Installation/BaseTasks/Index.html

christianbltr commented 2 months ago

Solved with https://github.com/tpwd/ke_search/commit/eeb4b546d8744b7dac7ca41127dc3cba53b7a6e0