sbp commented on issue #49: URL: https://github.com/apache/incubator-ponymail-foal/issues/49#issuecomment-890343553
There's also a problem with splitting the properties into their own table: the `get_previous_mid` query depends on `epoch`, `forum`, and `top`. If `top` were split off into its own table this would potentially cause several additional queries to be made per call to the function. This problem also affects `rethread.py`. Therefore it would be better to keep the properties in the main `mbox` table. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
