Don't rely on the HTMLFile model to index and re-index files #7875
Labels
Accepted
Accepted issue on our roadmap
Improvement
Minor improvement to code
Priority: low
Low priority
So, we don't need these objects in the db to re-index, since we re-read all their data from storage to index/re-index.
The only benefit is to track changed files, but that is going to be removed in #7874.
Our current flow is:
Benefits include not having that data in the db (more spaaaace!), and removing the
django-elasticsearch-dsl
package (fewer dependencies!).Work to do:
The text was updated successfully, but these errors were encountered: