ADR-0009: Unified BatchRecords API
aerospike-py의 batch 연산 반환 타입을 BatchRecords NamedTuple로 통일하여 API 일관성과 per-record 에러 추적을 개선한 결정.
aerospike-py의 batch 연산 반환 타입을 BatchRecords NamedTuple로 통일하여 API 일관성과 per-record 에러 추적을 개선한 결정.
aerospike-py의 NumPy batch 연산에서 Owned Arrays를 기본 메모리 모델로 확정하고, API surface를 안정화하는 아키텍처 결정.
New NumPy-based batch write API for high-performance bulk operations
Restructured batch return types to use NamedTuple pattern consistently with docs and test overhaul
Fixed batch result code propagation, numpy key digest calculation, and unified BatchRecords API with single container type