You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, TiDBFloatingRound use std::pow to compute base, which may hurt performance. Should use pre-computed array, like TiDBDecimalRound and TiDBIntegerRound, check
Enhancement
For now,
TiDBFloatingRound
usestd::pow
to compute base, which may hurt performance. Should use pre-computed array, likeTiDBDecimalRound
andTiDBIntegerRound
, checktiflash/dbms/src/Functions/FunctionsRound.h
Line 1032 in 0001db3
The text was updated successfully, but these errors were encountered: