Arun12-sketch commented on issue #61883: URL: https://github.com/apache/doris/issues/61883#issuecomment-4994474487
Hi @Aaron199, Thanks for the feedback! I completely agree with your assessment regarding the CPU overhead and bandwidth limitations of JSON string conversions. Treating this as V1 to quickly unblock the NOT_IMPLEMENTED_ERROR makes perfect sense. I'll proceed with implementing the serialization/deserialization using LargeUtf8 to get functional support in place. Once this is merged, we can definitely track V2 as a separate issue to explore Arrow Extension Types or direct binary JSONB mapping for better performance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
