• Thirunarayanan B's avatar
    Bug #17858679 TOO MANY TIMES OF MEMSET DECREASE · cacd2242
    Thirunarayanan B authored
    		THE PERFORMANCE UNDER HEAVY INSERT
    Problem:
    	There are three memset call to allocate memory for system fields
    in each insert.
    
    Solution:
    	Instead of calling it in 3 times, we can combine it into
    one memset call. It will reduce the CPU usage under heavy insert.
    
    	Approved by Marko rb-4916
    cacd2242
row0ins.c 68.1 KB