Aerospike Graph Service Release Notes 3.0.0
July 24, 2025
Now available
Aerospike Graph Service
New in this version
- Introduced a streamlined data model that reduces on-disk and in-memory data expansion by approximately 3 times, significantly improving network utilization and storage efficiency. [GRAPH-1515]
- Added support for vertex multi-properties, enabling richer and more flexible data modeling. [GRAPH-1311]
- Introduced native support for the Date data type. [GRAPH-1514]
- Added label-based reporting of supernodes to the summary output. [GRAPH-1491]
- Added a configuration option to delete existing data and proceed with a new graph version when a data model mismatch is detected. [GRAPH-1066]
- Added the ability to enable Aerospike client-server compression to compress data exchanged over the wire between AGS and Aerospike DB. [GRAPH-1570]
- Added strategy to omit edge bin data on vertex reads when edges are not required in downstream traversal steps. [GRAPH-1568]
- Added strategy to optimize
out()/in()/both().hasId(<id)
traversal patterns. [GRAPH-1574] - Added strategy to optimize the
elementMap()
step for edges to allow batch reading of required vertices. [GRAPH-1575] - Improved error messaging when Aerospike runs out of query threads. [GRAPH-1327]
- Added support to configure the console reporter update frequency in the AGS logs. [GRAPH-3590]
Bug fixes
- Improved log error messages when multiple vertex IDs are mistakenly passed to
g.E()
. [GRAPH-1525] - Resolved a bug where enabling Zipkin tracing caused duplicate edges in query results. [GRAPH-1584]
- Fixed incorrect edge counts for certain kinds of supernode vertices. [GRAPH-1555]
Aerospike Graph Bulk Loader
New in this version
- Introduced a new edge cache generation stage, improving load performance by over 5x. [GRAPH-1439]
- Enhanced bulk loader progress bar with improved progress indicators:
- Total element count
- Elements written progress bar
- Estimated time to completion
[GRAPH-1563]
- Updated CSV header format to support the new vertex multi-properties. [GRAPH-1583]
- Refactored standalone bulk loader to be fully asynchronous, to improve responsiveness. [GRAPH-1486]
Bug fixes
- Fixed issue where the bulk loader’s error log retriever returned an error instead of the actual error log. [GRAPH-1594]