Re: [I] Perf: Optimize CursorValues compare performance for StringViewArray [datafusion]

2025-06-23 Thread via GitHub
comphead closed issue #16508: Perf: Optimize CursorValues compare performance for StringViewArray URL: https://github.com/apache/datafusion/issues/16508 -- 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

Re: [I] Perf Optimize CursorValues compare performance for StringViewArray [datafusion]

2025-06-23 Thread via GitHub
zhuqi-lucas commented on issue #16508: URL: https://github.com/apache/datafusion/issues/16508#issuecomment-2995685096 take -- 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. T

Re: [I] Perf: Optimize CursorValues compare performance for StringViewArray [datafusion]

2025-06-23 Thread via GitHub
zhuqi-lucas commented on issue #16508: URL: https://github.com/apache/datafusion/issues/16508#issuecomment-2995792101 Submitted a PR, and show 1.4x faster for sort-tpch Q11 which is mostly inlined bytes for this testing. https://github.com/apache/datafusion/pull/16509#issuecomment-299

[I] Perf Optimize CursorValues compare performance for StringViewArray [datafusion]

2025-06-23 Thread via GitHub
zhuqi-lucas opened a new issue, #16508: URL: https://github.com/apache/datafusion/issues/16508 ### Is your feature request related to a problem or challenge? Similar to the following arrow-rs side change, we can optimize the CursorValues compare for StringViewArray type, especially fo