deniskuzZ commented on PR #5929:
URL: https://github.com/apache/hive/pull/5929#issuecomment-3451719433

   > Currently the HMS is lack of versioning, the RDMS nowadays provides MVCC 
for writes not block any reads, so the write is the main concern here. The lock 
provides here is the row-level lock, it only blocks the write operation against 
the same table, such as the alter/drop the same table/partition, drop the db, 
or update the stats of this table/partition.
   
   Every iceberg table commits involves alter table operation and it's non 
blocking ATM.
   
   


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