翻訳と辞書
Words near each other
・ Mummy Range
・ Mummy Ridge
・ Mummy the Peepshow
・ Mummy's Boys
・ Mummy's Dummies
・ Mummy, I'm a Zombie
・ Mummypowder
・ Mumo
・ Mumok
・ Mumoli's sign
・ Mumon Yamada
・ Mumong
・ Mump and Smoot
・ Mumper, Nebraska
・ Mumpf
MUMPS
・ Mumps
・ Mumps (disambiguation)
・ Mumps (rock band)
・ MUMPS (software)
・ Mumps Hall
・ Mumps hemagglutinin-neuraminidase
・ Mumps outbreaks in the 21st century
・ MUMPS syntax
・ MUMPS users
・ Mumps vaccine
・ Mumps vaccine (disambiguation)
・ Mumps virus
・ Mumps, Etc.
・ Mumpsimus


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

MUMPS : ウィキペディア英語版
MUMPS

MUMPS (''Massachusetts General Hospital Utility Multi-Programming System'') or alternatively M, is a general-purpose computer programming language that provides ACID (Atomic, Consistent, Isolated, and Durable) transaction processing. Its differentiating feature is its "built-in" database, enabling high-level access to disk storage using simple symbolic program variables and subscripted arrays, similar to the variables used by most languages to access main memory.
The M database is a key-value database engine optimized for high-throughput transaction processing. As such it is in the class of "schema-less", "schema-free," or NoSQL databases. Internally, M stores data in multidimensional hierarchical sparse arrays (also known as key-value nodes, sub-trees, or associative memory). Each array may have up to 32 subscripts, or dimensions. A scalar can be thought of as an array element with zero subscripts. Nodes with varying numbers of subscripts (including one node with no subscripts) can freely co-exist in the same array.
Perhaps the most unusual aspect of the M language is the notion that the database is accessed through variables, rather than queries or retrievals. This means that accessing volatile memory and non-volatile storage use the same basic syntax, enabling a function to work on either local (volatile) or global (non-volatile) variables. Practically, this provides for extremely high performance data access.〔http://www.slideshare.net/george.james/mumps-the-internet-scale-database-presentation〕
Originally designed in 1966 for the healthcare industry, M continues to be used today by many large hospitals and banks to provide high-throughput transaction data processing.
== History ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「MUMPS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.