dlmarion commented on issue #6132: URL: https://github.com/apache/accumulo/issues/6132#issuecomment-3916822289
Is the scope of this request on the server-side only? I don't see how we pass a stream of bytes from the server to the client. The full value, compressed via rfile compression, is already going to be in memory because it's in the block cache. I think there would be a lot of code that would have to change in RFile to *not* decompress the Value, if that's even possible. Have you considered compressing the object before writing it into the Value? -- 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]
