Yajuvendra Singh wrote:
Hi,
I did some profiling on the 2.4.32 build and the output of callgrind is attached as graph.
below four functions are coming as bottleneck while searching
mdb_cursor_set mdb_entry_decode mdb_i2dl_insert mdb_i2dl_search
Can anyone help why below functions are taking too much CPU. Why mdb_entry_decode mdb_cursor_set and mdb_i2dl_search are taking all most all CPU.
Looks like your search is not indexed.