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
SerializeToBinaryJson takes 2-10% CPU time on OLAP clusters. Currently, rapidjson is used for conversion from string to binary json format. Using simdjson will likely improve performance.