Aerospike SortedMap Feature: Early Adopter Release (3.10.0.3)

Aerospike is announcing to the Community that it is making available an Early Adopter release of the SortedMap feature.

This will allow you to:

  • Store and retrieve SortedMap data (along with the existing List and Map data structures)
  • Manipulate the SortedMap on the server with the following operations:
    • add(k, [v]), add_items
    • remove(k), remove_items
    • remove_range(min,max)
    • find(k)
    • find_first(count)
    • find_last(count)
    • exists(k)
    • range(min,max)
    • size()
  • Create a Secondary Index on Sorted Maps
  • Query via a Secondary Index on SortedMap entries

Clients supported for the following languages include:

  • Java
  • C / C++
  • Node.js
  • Go

If you want to be included in the Early Adopter program for SortedMap, please drop me an email at alvin@aerospike.com.

@Alvin_Richards

VP of Product

Officially supported since 3.10.0.3.