Why are Reads/sec very less in aerospike then as compared to Write/sec?
问题 I am using aerospike v4.8 and i am making read and write requests to aerospike where in my write request i am getting a throughput of 4000 writes/sec whereas in reads the throughput is only 10-15 reads/sec which is very low. My query is: let query = aerospikeClient.query(nameSpace, set) query.select('count', 'targetKey') query.predexp = [ predexp.stringBin('campaignKey'), predexp.stringValue(Id1 + ':' + Id2 + ':' + Id3 + ':' + channel), predexp.stringEqual(), predexp.integerBin('epochDay'),