Skip to content

HERE Data SDK for Java & Scala 2.18.0

Choose a tag to compare

@heremaps-bot heremaps-bot released this 27 Aug 14:48
· 61 commits to master since this release

2.18.0.4

Examples

Added

  • A new compaction library has been added to the Index storage toolset.
    Continually indexing data from small stream messages leads to the creation of metadata references to many tiny files.
    This grows the size of Index storage and adversely impacts query performance.
    With the release of this library, you can compact your Index layer metadata and data to greatly reduce your index storage size, improve query performance, and optimize big data processing by working with larger files.
    Furthermore, you can use RSQL queries to submit criteria to compact your data within certain time windows, or by other attributes you've defined to optimize the compaction process, all while you continue to index incoming data.

There are two new batch examples that show how to use the Index Compaction Library to quickly develop a compaction application that compacts parquet and protobuf format data.

Deprecated

  • The merge API of the Data Archiving Library used in the data-archive examples is no longer recommended to compact files for optimization.
    Use the Index Compaction Library instead.