Content deleted Content added
Undid revision 747596987 by 201.114.76.148 (talk): Wikipedia:Neutral point of view? |
PerBengtsson (talk | contribs) Extended information and added references. |
||
Line 1:
'''Mimer SQL''' is an [[SQL]]-based [[relational database management system]] from the [[Sweden|Swedish]] company ''Mimer Information Technology AB'' (formerly
The main characteristics of Mimer SQL are zero maintenance, small [[memory footprint]] and high performance <ref name="footprint">{{bokref | title = Mimer SQL Technical Description | url = http://developer.mimer.com/documentation/WhitePapers/Technical_Description/MIMTECDESC.pdf | format = [[Portable Document Format|PDF]] | author= Mimer Information Technology | chapter = Technical Benefits Overview}}</ref>. These attributes are based on a number of technical solutions to handle some of the more complicated functionality that a database management system must provide.
As mentioned, Mimer SQL uses optimistic concurrency control which provides a solution to the problem of allowing simultaneous access to the database without the danger of a [[deadlock]] occurring <ref name="transaction-management">{{webbref | url = http://developer.mimer.se/features/feature_12.htm/ | title = Transaction Management | work = Mimer Developers – Features | date = 5 May 2017}}</ref>. This may simplify database management and allow truly scalable performance, even during heavy system load.
Another technical innovation is the data storage mechanism, which is constantly optimized for maximum performance and ensures that no manual reorganization of the database is ever needed <ref name="data-storage">{{webbref | url = http://developer.mimer.se/features/feature_11.htm/ | title = Data Storage in Mimer SQL | work = Mimer Developers – Features | date = 5 May 2017}}</ref>.
The database management language Mimer SQL ([[Structured Query Language]]) is compatible in all essential features with the currently accepted SQL standards <ref name="standard-sql">{{webbref | url = http://developer.mimer.se/standard/ | title = Mimer SQL Standard Compliance | work = Mimer Developers – SQL Standard | date = 5 May 2017}}</ref>.
==References==
Line 8 ⟶ 14:
==External links==
* [http://www.mimer.com/ Mimer SQL]
* [http://developer.mimer.com/ Developer Mimer SQL]
[[Category:Proprietary database management systems]]
|