purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Delete unprocessed text from database after processing/indexing #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When an epub is uploaded, the explode() method is called which writes
individual HTMLFile objects to the database.  When the user tries to access
a book, or when the periodic cron job runs, each HTMLFile is processed to
strip the page down to the <body> contents and do other Bookworm-friendly
processing.  This is also the point at which the words are indexed.

After processing the old field is never used again and should be purged; it
just takes up room in the database.  The original data is always still in
the .epub.

Original issue reported on code.google.com by liza31337@gmail.com on 13 Apr 2009 at 4:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by liza31337@gmail.com on 20 Jul 2009 at 4:16

GoogleCodeExporter commented 8 years ago
Unnecessary now that #137 is wontfix.

Original comment by liza31337@gmail.com on 22 Jul 2009 at 2:34