In T422041, we created a maintenance script to normalize reading list entries in the reading_list_entries DB table, to ensure entries page titles are stored with underscores. Entries ended up with spaces if they were saved via iOS or via the API endpoints. They were stored spaces if saved via Android or web.
There are ~21 million such entries with spaces (out of ~67 million entries overall).
We need to run the script to cleanup the entries that have spaces, and convert them to be stored with underscores.
Requirements
- Run script
QA
- Confirm the work in T422009: Add instrumentation and benchmarks for ReadingLists bloom filter lookups has been implemented correctly.