Skip to main content
Loading

Aerospike Vector Search 0.10.0 Release Notes

September 10, 2024

New in this version

This Aerospike Vector Search (AVS) version implements a variety of fixes and improvements to enhance usability and reliability.

Improvements

  • The IndexGet response returns all default values for display to the user or returns no default values. [VEC-241]

  • The index healer cycle now uses frequency instead of schedule-delay. [VEC-256]

Issues fixed

  • The batching interval is restricted to ensure it does not fall below a certain threshold. [VEC-237]

  • Query TPS was negatively affected by writes, degrading periodically when the index healer was running. [VEC-253]

  • An index update could put an ongoing merge job for that index into infinite retries. [VEC-297]

  • The healer did not make progress when index metadata write failed on healer scan completion. [VEC-332]

  • Fixed batching parameters validation on index update. [VEC-260]

Supported clients

This release supports the following AVS clients:

Known issues

  • Vertically scaling beyond 32 cores has diminishing returns. Scaling beyond 64 cores results in contention and degraded performance.