Aerospike Graph Service 2.1.0 Release Notes
June 19, 2024
Now availableโ
- Aerospike Graph Service version 2.1.0 - DockerHub
- Aerospike Graph Service version 2.1.0 - Google Cloud
- Aerospike Graph Bulk Loader version 2.1.0
New in this versionโ
This version implements a variety of feature requests and improvements to enhance performance, security and management capabilities.
Admin API and interface updatesโ
Introduced a new
/admin
HTTP endpoint to expose admin capabilities. (GRAPH-761)Added call API interface for retrieving Aerospike Database and Aerospike Graph Service versions, as well as configuration details. (GRAPH-1107)
Ported all existing call steps to admin functions accessible via the
/admin
HTTP endpoint. (GRAPH-1069)
Supernode optimizationโ
Implemented pushdown filters on supernode adjacency index queries. (GRAPH-1004)
Improved handling of supernodes. (GRAPH-1030)
Added pushdown filters for edge properties on supernode index queries. (GRAPH-978)
Enabled skipping supernodes via a virtual supernode property. (GRAPH-1112)
Security and access controlโ
- Introduced JWT based authentication for AGS based on Oauth2.0 standard. (GRAPH-960)
Performance metrics and monitoringโ
Added usage statistics to Prometheus metrics. (GRAPH-1020)
Expose Aerospike Client policy settings as configurable parameters for AGS. (GRAPH-1155)
Query performance improvementsโ
- Added pushdown of property selection to optimize queries involving vertices with a large number of elements. (GRAPH-1130)
Bug fixesโ
Fixed improper formatting of Vertex Label index listed by
admin.index.list
API. (GRAPH-1032)Fixed an issue causing throughput reduction when expiring data based on TTL. (GRAPH-1121)
Aerospike Graph Bulk Loaderโ
Updated the bulk loader progress bar to display the rolling average and total amount written instead of an overall average. (GRAPH-1148)
Fixed issue with edge write performance dropoff. (GRAPH-1131)