Support Trigger UDF during Eviction of expired records

Aerospike support automatic Eviction of expired records: http://www.aerospike.com/docs/operations/manage/storage/

Expect to support Trigger UDF during Eviction of expired records, so we can do what we want in the UDF, like:

  • Archive the evicted records into backup files.
  • Move the evicted records into another table.
  • Apply data processing before Archive/Move.
1 Like

More generically to trigger UDF when a record is changed (Create / Update / Delete).

2 Likes

+1

I need this !!!