v.18.1Improvement

Faster Floating-Point to String Conversions

Faster conversions of floating-point numbers to a string (Amos Bird).
Faster conversions of floating-point numbers to a string.

Why it matters

Improve the performance of converting floating-point numbers to their string representation, reducing CPU time and increasing query efficiency when dealing with float-to-string operations.

How to use it

Users benefit from this feature automatically when converting floating-point numbers to strings using functions like <code>toString</code> or in contexts where floats are implicitly converted to string formats. No additional configuration or changes in query syntax are required.