You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indexing starts out at a decent rate (after files are downloaded and extracted), but slows down heavily over time. I suspect it's due to the MultifieldSqliteDocstore needing to insert frequently. Maybe it's time to replace this method of storing document fields with something more robust.
The text was updated successfully, but these errors were encountered:
Introduced in #8
Indexing starts out at a decent rate (after files are downloaded and extracted), but slows down heavily over time. I suspect it's due to the
MultifieldSqliteDocstore
needing to insert frequently. Maybe it's time to replace this method of storing document fields with something more robust.The text was updated successfully, but these errors were encountered: