This version and subsequent Database 6.4.x Debian package software files (*.deb) and Red Hat Package Manager files (*.rpm) are now GPG Signed
Upgrade path from Database 5.x
A cluster of Aerospike Database 5 serving secondary index queries must pass through one of versions 6.0, 6.1, 6.2, or 6.3 before upgrading to 6.4 or higher. As always, consult the client matrix for the minimum version of clients supported by the server version you are targeting.
See the Minimum usable client version section of the Client Matrix to verify that the client you use is compatible with the database version you are targeting.
Displayed every 10 seconds by default for each namespace configured with ‘sindex-type flash’.
Error code changes
Error code 151 (BATCH_MAX_REQUESTS) is no longer returned starting with Database 6.4.
Complete list
ID
Description
AER-6624
(INFO) Removed support for deprecated commands scan-abort, scan-abort-all, and scan-show.
AER-6625
(KVS) Removed support for single-bin namespaces.
AER-6629
(STORAGE) Increased granularity of storage state to avoid superfluous defragmentation in certain cases.
AER-6631
(QUERY) Share partition reservations among concurrent short queries, to improve performance.
AER-6633
(XDR) Distribute ship requests across service threads using partition affinity, improving performance and reducing the number of connections to remote clusters.
AER-6635
(KVS) For index-type flash namespaces, avoid unnecessarily rebuilding index free queues during warm restart, improving performance.
AER-6636
(UDF) Improved Lua cache management so that a module can be re-registered while in use.
AER-6637
(XDR) Removed DC namespace context configuration item ‘max-used-service-threads’.
AER-6643
(STORAGE) Cold start from local devices if they are present and their shadow devices indicate the previous shutdown was clean.
AER-6644
(SINDEX) Added value flash for namespace context configuration item sindex-type to use flash for secondary indexes.