macressler / alfresco-bulk-filesystem-import

Automatically exported from code.google.com/p/alfresco-bulk-filesystem-import
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Add option for initiating Share thumbnail and preview rendering as part of import #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be ideal if the bulk filesystem import tool offered an option for 
initiating generation of Share thumbnails and previews while an import is 
progressing.

Original issue reported on code.google.com by pmo...@gmail.com on 18 Jan 2013 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by pmo...@gmail.com on 18 Jan 2013 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by pmo...@gmail.com on 18 Jan 2013 at 3:09

GoogleCodeExporter commented 9 years ago
I'm not sure why this is necessary, given that Share will lazily (i.e. on 
demand) generate thumbnails and previews if they haven't previously been 
generated anyway.

It's also the case that generating thumbnails and previews is a computationally 
expensive operation, so doing it in bulk while an import is in progress is 
likely to have a significant negative impact on performance.  In contrast, 
on-demand generation amortises those costs over time.

For now I'm going to park this ticket.  If anyone feels strongly about it I'd 
be willing to consider it for a future version of the tool.

Original comment by pmo...@gmail.com on 1 Feb 2013 at 8:59

GoogleCodeExporter commented 9 years ago
If this becomes an issue, it can be raised again in the github project 
(https://github.com/pmonks/alfresco-bulk-import).

Original comment by pmo...@gmail.com on 12 Dec 2013 at 9:26