sebbASF commented on pull request #43: URL: https://github.com/apache/incubator-ponymail-foal/pull/43#issuecomment-857852973
I'm concerned that the code adds a couple of searches to the archiver, which is the most critical part of the system. Would it not be sufficient to have a mapping between Message-Id and database-id? This would not require scanning the entire database (except to index existing emails), and should eliminate most of the subsequent searching. It should be much cheaper than a couple of searches. Also, if the database is missing some early emails that are part of a thread that has already been indexed, does the archiver cope? And/Or would the rethread.py script need to be run again? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
