keith-turner commented on issue #6132:
URL: https://github.com/apache/accumulo/issues/6132#issuecomment-3921594554

   > It might be easier to store the compressed value in a different file then 
if you are just going to return the location to the client and then do another 
read from the client.
   
   Could create a prototype to do this w/o making any changes to Accumulo 
internals.  There are two things that would be missing doing it this way that 
you get when storing the data w/ the key in Accumulo.  First would not have 
automatic GC of these files when they are no longer referenced.  Second the 
file would not have any visibility constraints.  Possible workaround for 
visibility would be to encrypt the file and store the encryption_key+url in the 
Accumulo value.  Then can only see the encryption key when you have the correct 
authorizations.  For GC, could create a summarizer in Accumulo that counts URLs 
in use.  Then could use these summaries to find files with no references.  
However this may only work well if the number of URLs is somewhat small 
relative to the overall table size.


-- 
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]

Reply via email to