singhpk234 commented on code in PR #2566:
URL: https://github.com/apache/polaris/pull/2566#discussion_r2350016128


##########
persistence/relational-jdbc/src/main/resources/h2/schema-v3.sql:
##########
@@ -129,7 +129,7 @@ CREATE TABLE IF NOT EXISTS events (
     realm_id TEXT NOT NULL,
     catalog_id TEXT NOT NULL,
     event_id TEXT NOT NULL,

Review Comment:
   does capping size means not persisting the events when the number of records 
> threshold or failing unless its fixed, my understanding is failing unless we 
fix it (like removing last x months events in a cold store type of things and 
then for users we can make a view which does union from both the stores ?) 
would be a better way to go if we try to put a cap as we want to repurpose this 
for audit POV



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to