You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/06/08 23:46:34 UTC

[Hadoop Wiki] Trivial Update of "Hive/Locking" by CarlSteinbach

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Hive/Locking" page has been changed by CarlSteinbach.
http://wiki.apache.org/hadoop/Hive/Locking?action=diff&rev1=26&rev2=27

--------------------------------------------------

+ = Hive Concurrency Model =
+ 
+ <<TableOfContents>>
+ 
- = Use Cases =
+ == Use Cases ==
  
  Concurrency support (http://issues.apache.org/jira/browse/HIVE-1293) is a must in databases and their use cases are well understood. At a minimum, we want to support concurrent readers and writers whenever possible.
  It would be useful to add a mechanism to discover the current locks which have been acquired. There is no immediate requirement to add an API to explicitly acquire any locks, so all locks would be acquired implicitly.