Record suddenly disappear after a day

See that billing_gateway_ns is marked storage-engine memory. Did you restart the Aerospike service (an in-memory data will not be available unless persisted on disk/file).

The only way that data ‘vanishes’ from Aerospike is Expiration, Eviction and Deletion (set-delete, truncate, client delete).

1 Like