Hi all
We have a requirement that we want to store data into a single schema,
e.g
assume from multiple departments/partitions(dept-id as partition-key)
there will be parallel updates on the same table from various depts, is there a way to lock the partition independently, without locking the entire table
will the locking partition implicitly lock the entire table?
Thanks for your time.