Hi there,
I have installed AS 3.6.4 and also installed and built YCSB for AS binding, I saw articles that say YCSB supports AS, but I couldnt get a detailed steps on how to control and change the load (the amount of data to load into DB) using the tool.
thanks
Here is an example for running workload a.
First load the data into the database.
./bin/ycsb load aerospike -s -P workloads/workloada -p as.host=172.18.10.170
Run the work load
./bin/ycsb run aerospike -s -P workloads/workloada -p as.host=172.18.10.170 >outputRun.txt
You can modify the workload settings for each workload configuration file.
You can find more information about workloads here.