NamelessCoder / asynchronous_reference_indexing

Delegates reference indexing from on-the-fly in backend, to a CommandController-processed queue
3 stars 6 forks source link

[TASK] Switch queue updating method for LTS implementation #6

Closed thomashohn closed 7 years ago

thomashohn commented 7 years ago

Added an index on table tx_asyncreferenceindexing_queue and changed the way records are removed since the current version was causing a bad blow-up in execution time with large datasets

thomashohn commented 7 years ago

Since TYPO3 8 will be doctrine based - we need something that works efficient in both env. I have another solution that should work on both - a little bit slower - but still faster than the current version - I think I'll open a new pull-request for that in order not to mix stuff up