Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

BAM Hive script considers the entire data in a column family during the summarization process, and it summarizes repeatedly already summarized data. But most of the usecases use cases we don't need the entire data to be analysed analyzed again in roder order to produce the final result. Therefore from BAM 2.4.0 we have implemented Incrementally analysing analyzing the data received into the BAM, which will use your resource more efficiently.

...

To enable incremental analysis for your stream,

  • Instal Install a toolbox
  • Set the enableIncrementalIndex property in the streams.properties file that is bundled in the .tbox file of your toolbox

...