databend icon indicating copy to clipboard operation
databend copied to clipboard

Tracking: StringView data type

Open ariesdevil opened this issue 11 months ago • 1 comments

Summary

  • [x] impls string view for databend arrow #14662
  • [ ] impls kernel compute for this type
  • [x] impls string view for apache arrow-rs(progress: https://github.com/apache/arrow-rs/issues/5374)
  • [ ] replace current string column to new string view type
  • [ ] benchmark the new string view, such as memory useage and performance with the old

ariesdevil avatar Mar 01 '24 11:03 ariesdevil

Arrow-rs is ready for string view type.

Let's continue the task!

sundy-li avatar Sep 06 '24 14:09 sundy-li