• mronstrom@mysql.com's avatar
    Fixed a bug in the ndbd scheduler with send of packed signals. · 0cae5900
    mronstrom@mysql.com authored
    Fixing this bugs improves performance by 40% for very small read
    statements and with 12-13 % for very simple updating transactions
    (flexBench -o 10000) in single threaded application. Removes a fixed
    cost of around 100.000 cycles every time the ndbd process wakes up to
    execute some queries.
    0cae5900
FastScheduler.cpp 14.1 KB