RussellSpitzer commented on PR #433:
URL: https://github.com/apache/polaris/pull/433#issuecomment-2498828063

   > > when `METADATA_CACHE_MAX_BYTES` is set to e.g. 10000, I posit that the 
performance is probably OK for now.
   > 
   > Still, your approach re-serialized especially the big ones over and over 
again - and in fact: that is completely _unbounded_. To be clear: that's 
opening the door wider for a potential denial-of-service due to out-of-memory 
situations.
   
   Doesn't the catalog always have to do this regardless? We have to load the 
metadata.json from disk no matter what so the risk from unbounded json's is 
always present regardless of whether the Catalog also writes and reads a copy 
for itself.


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