Skip to content
HAMANO Tsukasa edited this page May 25, 2015 · 16 revisions

Benchmarking OpenLDAP WiredTiger backend

Senarios

  • ADD Benchmarking

Add 10000 entry with some concurrency levels.

  • SEARCH Benchmarking

Search 100000 times with random filters. "(cn=user1)" ... "(cn=user10000)"

  • BIND Benchmarking

Bind 100000 times with random dn.

cn=user1,dc=example,dc=com ... cn=user10000,dc=example,dc=com

Results

ADD

add

Concurrency back-bdb back-wt
1 77.48 1653.65
2 77.54 3315.00
4 76.75 6582.71
8 72.06 10248.39
16 75.56 11833.70
32 74.41 12630.06
64 80.33 10741.02

SEARCH

search

Concurrency back-bdb back-wt
1
2
4
8
16
32
64

BIND

bind

Enviroment

Hardware

  • Model: PowerEdge R710
  • CPU: Xeon X5650(12 cores)
  • Memory: 50G
  • Disk: SAS 15,000 RPM
Clone this wiki locally