Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 4 of Ticket #1260


Ignore:
Timestamp:
12/16/10 14:51:26 (13 years ago)
Author:
cneumuel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1260

    • Property Status changed from new to accepted
    • Property Summary changed from Hive Development to Hive-3.3 development
  • Ticket #1260 – Description

    initial v4  
    1 Ticket for general hive development.
     1== General ==
     2 * Reduce memory footprint of jobs by calling `Prepare()` on algorithms after they finished. This clears all scopes and executioncontexts which greatly reduces memory footprint. `Prepare()` is called anyway after an `OptimizerJob` is downloaded and reassembled, so loosing the resultcollection is inevitable.
     3
     4== Slave ==
     5