Ivan Bessonov created IGNITE-16527:
--------------------------------------
Summary: Avoid copying of arrays in SerachRow in RocksDB based
storage
Key: IGNITE-16527
URL: https://issues.apache.org/jira/browse/IGNITE-16527
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Bessonov
Assignee: Ivan Bessonov
Fix For: 3.0.0-alpha5
Class SearchRow has a method "key" that returns ByteBuffer, but there's no way
to tell if a user should call it instead of "keyBytes", thus leading to
excessive allocation rate for byte arrays.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)