fengggli / comanche

comanche
Apache License 2.0
0 stars 1 forks source link

nvmestore performance(also with DAWN) #12

Open fengggli opened 5 years ago

fengggli commented 5 years ago

nvme component

  1. put/get/get_direct of 4k, 64k, 1M, 16M, 256M
  2. latency bins.
  3. latency across time

dawn+ hstore

  1. put/get/get_direct 4k, 64k (1M&16M 256M needs special attention because of the two-stage)
  2. lantency bins.
  3. latency across time
fengggli commented 5 years ago

#### Latency put (1000 * 1M objects, (results_2019_07_11_09_19.json)) (mean mean measurement was wrong, see the next block) image

image

Notes

fengggli commented 5 years ago
fengggli commented 5 years ago

256Mx10 elem ()

  1. put(./results/nvmestore/results_2019_07_16_10_00.json)
  2. get_direct (./results/nvmestore/results_2019_07_16_10_02.json)
  3. get(./results/nvmestore/results_2019_07_16_10_05.json)

More results in _results/nvmestore-local-19-07-16-1058.log:

nvmestore-local-19-07-16-1058.txt.log (more at 1122 and 1136)

fengggli commented 5 years ago

get direct

  1. 4k (get_direct_latency_results_2019_07_16_11_27mB6.pdf) image

image

  1. 1M (get_direct_latency_results_2019_07_16_11_31.pdf) image

image

  1. 16M(get_direct_latency_results_2019_07_16_11_33.pdf) image image

  2. 256M(get_direct_latency_results_2019_07_16_11_36.pdf) image

image