ismailsimsek opened a new issue, #5182:
URL: https://github.com/apache/iceberg/issues/5182

   is it possible to create special statement to do constraint validation on a 
table? for example validating uniqueness of  identifier fields.
   
   a solution like Vertica has could be a low cost way of [enforcing/validating 
constraints](https://www.vertica.com/docs/12.0.x/HTML/Content/Authoring/SQLReferenceManual/Functions/VerticaFunctions/ANALYZE_CONSTRAINTS.htm)
 , with ANALYZE_CONSTRAINTS command user could validate constraint after a 
load. 
   
   `ANALYZE_CONSTRAINTS ('[[[database.]schema.]table ]' [, 'column[,...]'] )` 
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to