Slow query logging

Hi,

We are new to Aerospike. We would like to know whether there is any option to log slow queries in Aerospike.

Thanks & Regards, Rajesh

Aerospike doesn’t have a slow query log. However, you may be able to use the job manager to accomplish a similar task. The job manager will show active and recently completed queries and scans, you may be able to use this information to deduce which queries are slow.

See https://www.aerospike.com/docs/reference/info/#jobs.

Hi Kevin,

Thanks for the great suggestion.

Regards, Rajesh