eric-maynard commented on PR #490:
URL: https://github.com/apache/polaris/pull/490#issuecomment-2536814812

   > String.length() does not return the number of bytes.
   
   Nothing in the PR claims that it does. The length of the string does _scale 
linearly_ with the number of bytes, though, so a doubling of the length limit 
will ~double the number of bytes in the cache.
   
   > It's not unbounded at this point
   
   This is not correct. The cache is currently bounded to 100k objects, but it 
does not account for their size. The cache's size, in bytes, is currently 
unbounded.


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