Skip to main content
Loading

Aerospike Database Release Notes 6.2

Aerospike Database Release Notes 6.2, November 17, 2022โ€‹

Aerospike Database software version 6.2 is now available.

New in this versionโ€‹

Featuresโ€‹

Starting with Database 6.2, Aerospike Database supports 64-bit ARM processors compatible with the ARMv8.2-A instruction set (Neoverse N1 microarchitecture), such as AWS Graviton2 processors. This augments support for 64-bit Intel/AMD processors compatible with x86-64-v2 microarchitectures.

Breaking changesโ€‹

  • Removed support for Debian 9
  • Database 6.2 for ARM64 does not support LuaJit.
    • FFI module is not present in Database 6.2.
    • Aerospike Database 6.2 supports the standard Lua 5.1 interpreter.
caution

A new package naming convention will affect download automation for new versions of the server, tools, Prometheus Exporter, C client. Refer to the Frequently Asked Questions for details.

Prerequisites and notesโ€‹

Product lifecycle updatesโ€‹

Long-term Support (LTS) releases are maintained and supported for 2.5 years (30 months). Interim releases are maintained and supported for 15 months. See Platform support for details.

Known issuesโ€‹

  • If you use equality secondary index queries that return a small number of records, you may see a latency increase in Database 6..0-6.2. The inline-short-queries configuration option provides a partial fix in Database 6.3, and a more advanced fix is scheduled for Database 6.4.
  • If your secondary index query only returns 0 records or 1 record, meaning that it is acting as a unique index, you should consider converting such a query to a get/exists operation by creating a self-managed reverse index (lookup table).
  • Spark Connector version 3.5 starts using batch writes when possible, a feature which was introduced in Aerospike Database 6.0. Consult the Spark Connector rate limiting documentation before you upgrade the server. Pay attention to throttling write throughput, and use Spark Connector 3.5.5 or later, which fixes throttling behavior to conform to the aerospike.transaction.rate.
  • See Known issues for 6.2.0.0