Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Index_locking> ?p ?o. }
Showing items 1 to 16 of
16
with 100 items per page.
- Index_locking abstract "In databases an index is a data structure, part of the database, used by a database system to effectively navigate access to user data. Index data are system data distinct from user data, and consist primarily of pointers. Changes in a database (by insert, delete, or modify operations), may require indexes to be updated to maintain accurate user data accesses. Index locking is a technique used to maintain index integrity. A portion of an index is locked during a database transaction when this portion is being accessed by the transaction as a result of attempt to access related user data. Additionally, special database system transactions (not user-invoked transactions) may be invoked to maintain and modify an index, as part of a system's self-maintenance activities. When a portion of an index is locked by a transaction, other transactions may be blocked from accessing this index portion (blocked from modifying, and even from reading it, depending on lock type and needed operation).Specialized concurrency control techniques exist for accessing indexes. These techniques depend on the index type, and take advantage of its structure. They are typically much more effective than applying to indexes common concurrency control methods applied to user data. Notable and widely researched are specialized techniques for B-trees (B-Tree concurrency control) which are regularly used as database indexes.Index locks are used to coordinate threads accessing indexes concurrently, and typically shorter-lived than the common transaction locks on user data. In professional literature, they are often called latches.".
- Index_locking wikiPageID "1490598".
- Index_locking wikiPageRevisionID "595151627".
- Index_locking hasPhotoCollection Index_locking.
- Index_locking subject Category:Concurrency_control.
- Index_locking subject Category:Databases.
- Index_locking subject Category:Transaction_processing.
- Index_locking comment "In databases an index is a data structure, part of the database, used by a database system to effectively navigate access to user data. Index data are system data distinct from user data, and consist primarily of pointers. Changes in a database (by insert, delete, or modify operations), may require indexes to be updated to maintain accurate user data accesses. Index locking is a technique used to maintain index integrity.".
- Index_locking label "Index locking".
- Index_locking label "インデックスロック".
- Index_locking sameAs インデックスロック.
- Index_locking sameAs m.055gsc.
- Index_locking sameAs Q6017846.
- Index_locking sameAs Q6017846.
- Index_locking wasDerivedFrom Index_locking?oldid=595151627.
- Index_locking isPrimaryTopicOf Index_locking.