About: InnoDB     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : umbel-rc:SoftwareObject, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FInnoDB

InnoDB is a storage engine for the database management system MySQL and MariaDB. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type. It provides the standard ACID-compliant transaction features, along with foreign key support (Declarative Referential Integrity). It is included as standard in most binaries distributed by MySQL AB, the exception being some OEM versions.

AttributesValues
rdf:type
rdfs:label
  • إنو دي بي (ar)
  • InnoDB (ca)
  • InnoDB (cs)
  • InnoDB (de)
  • InnoDB (es)
  • InnoDB (in)
  • InnoDB (en)
  • InnoDB (fr)
  • InnoDB (it)
  • InnoDB (ko)
  • InnoDB (ja)
  • InnoDB (pl)
  • InnoDB (pt)
  • InnoDB (ru)
  • InnoDB (zh)
  • InnoDB (uk)
rdfs:comment
  • إنو دي بي (بالإنجليزية: InnoDB)‏ هو محرك تخزين لنظام إدارة قواعد البيانات ماي إس كيو إل و ماريا دي بي. منذ إصدار MySQL 5.5.5 في عام 2010، حلت محل ماي إسام كنوع جدول MySQL الافتراضي. يوفر ميزات المعاملات القياسية المتوافقة مع أسيد، إلى جانب دعم المفتاح الخارجي (تكامل مرجعي معبر). يتم تضمينه كمعيار في معظم الثنائيات التي توزعها MySQL AB، باستثناء بعض إصدارات OEM. (ar)
  • InnoDB je jeden z několika formátů úložiště dat (storage engine) v databázovém systému MySQL. Storage engine je softwarová komponenta, kterou DBMS používá ke CRUD operacím nad databází. Řídící systém (DBMS) má obvykle API, díky kterému může uživatel přímo ovládat engine, aniž by použil uživatelské rozhraní nadřazeného DBMS. InnoDB byl navržen pro zpracování transakcí - konkrétně pro zpracování mnoha krátkodobých transakcí, které se málokdy anulují. (cs)
  • InnoDB ist ein freies Speichersubsystem für das Datenbankmanagementsystem MySQL. Sein Hauptvorteil gegenüber anderen Speichersubsystemen für MySQL ist, dass Transaktionssicherheit und referenzielle Integrität über Fremdschlüssel gewährleistet werden. Innobase Oy, der Hersteller von InnoDB, wurde im Oktober 2005 von Oracle Systems übernommen. Die Software ist doppellizenziert: Für Open-Source-Anwendungen steht sie unter der GPL; für Nicht-Open-Source-Anwendungen ist daneben eine proprietäre Lizenz erhältlich. (de)
  • InnoDB is a storage engine for the database management system MySQL and MariaDB. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type. It provides the standard ACID-compliant transaction features, along with foreign key support (Declarative Referential Integrity). It is included as standard in most binaries distributed by MySQL AB, the exception being some OEM versions. (en)
  • 이노DB(InnoDB)는 MySQL을 위한 데이터베이스 엔진이며, MySQL AB가 배포하는 모든 바이너리에 내장되어 있다. MySQL과 사용할 수 있는 다른 데이터베이스 엔진에 대한 개선 사항으로 PostgreSQL을 닮은 ACID 호환 트랜잭션에 대응하고 있는 것이 있다. 또한 외래 키(FK)도 지원하고 있다. (이것을 선언적 참조 무결성이라 한다.) 2005년 10월 Innobase사가 오라클에 인수된 후 InnoDB는 오라클의 제품이 되었다. 이 소프트웨어는 듀얼 라이선스이며, GNU General Public License 하에 유통되고 있지만, InnoDB를 독점 소프트웨어와 융합시키고 싶은 단체를 위해 라이선스가 판매될 수 있다. (ko)
  • InnoDB(イノデービー)はデータベース管理システムであるMySQLとMariaDBのためのデータベースエンジンである。2010年のMySQL 5.5.5のリリース以降、MySQLの既定のテーブルタイプとしてMyISAMに取って代わった。MySQL ABが配布している全てのバイナリに標準搭載されている。MySQLと使用できる他のデータベースエンジンに対する改良点として、PostgreSQLに似たACID互換のトランザクションに対応していることがある。また、外部キーもサポートしている。(これを宣言的参照整合性という) (ja)
  • InnoDB,是MySQL和MariaDB的資料庫引擎之一,最初由MySQL AB發行。InnoDB由Innobase Oy公司所開發,2006年五月時由甲骨文公司併購。與傳統的ISAM與MyISAM相比,InnoDB的最大特色就是支援了ACID相容的事务(Transaction)功能,類似於PostgreSQL。 目前InnoDB採用雙軌制授權,一是GPL授權,另一是專有軟體授權。 為衍生自InnoDB的強化版,由開發,從MariaDB的10.0.9版起取代InnoDB成為預設的資料庫引擎。 (zh)
  • InnoDB és un motor de base de dades per a MySQL el gestor de base de dades distribuït per MySQL AB. El principal avantatge respecte a altres sistemes proporcionats per MySQL és que proporciona transaccions que compleixen amb ACID (similar al que fa PostgreSQL) i també suporta claus foranes (integritat referencial declarativa). (ca)
  • InnoDB es un mecanismo de almacenamiento de datos de código abierto para la base de datos MySQL, incluido como formato de tabla estándar en todas las distribuciones de MySQL AB a partir de las versiones 4.0. Su característica principal es que soporta transacciones de tipo ACID y bloqueo de registros e integridad referencial. InnoDB ofrece una fiabilidad y consistencia muy superior a MyISAM, la anterior tecnología de tablas de MySQL, si bien el mejor rendimiento de uno u otro formato dependerá de la aplicación específica. (es)
  • InnoDB est un moteur de stockage pour les systèmes de gestion de base de données MySQL et MariaDB. Il est inclus et activé dans toutes les distributions fournies par MySQL AB depuis la version 4 et devient le moteur par défaut à partir de MySQL 5.5.5. Son principal avantage par rapport aux autres moteurs de stockage de MySQL est qu'il permet des transactions ACID (atomiques, cohérentes, isolées et durables), ainsi que la gestion des clés étrangères (avec vérification de la cohérence). Autrement dit, InnoDB est un moteur de bases de données relationnelles et transactionnelles, à l'image de celui utilisé par son concurrent Open Source PostgreSQL. (fr)
  • InnoDB adalah mesin penyimpanan default untuk MySQL pada MySQL 5.5. Mesin ini menyediakan fitur transaksi standar ACID-compliant, bersama dengan dukungan foreign key (Referential Integrity deklaratif). InnoDB dimasukkan sebagai standar dalam hampir seluruh binari yang didistribusikan oleh MySQL AB, kecuali pada beberapa versi OEM. (in)
  • InnoDB è un motore per il salvataggio di dati (storage engine) per MySQL, fornito in tutte le sue distribuzioni. La sua caratteristica principale è quella di supportare le transazioni di tipo ACID. La licenza è la GNU GPL versione 2. È stato acquistato dalla Oracle Corporation prima ancora che acquistasse MySQL. Ecco in che cosa si differenzia da MyISAM. (it)
  • InnoDB – mechanizm (silnik, ang. engine) składowania danych, zaprojektowany przez fińską firmę Innobase Oy, która została przejęta w 2006 przez koncern Oracle Corporation. Dystrybuowany jest głównie na licencji GNU General Public License. Jest obecny standardowo we wszystkich nowych wersjach MySQL, a od wersji 5.5 jest dla MySQL mechanizmem domyślnym. (pl)
  • InnoDB — одна из выбираемых подсистем низкого уровня в СУБД MySQL, входит во все стандартные сборки для различных операционных систем. Основным отличием InnoDB от других подсистем низкого уровня MySQL является наличие механизма транзакций и внешних ключей. СУБД InnoDB была разработана (фин. Heikki Tuuri) из компании Innobase — финского производителя программного обеспечения, специализирующегося на технологии реляционных баз данных. InnoDB представляет собой результат исследований, проводившихся Хейкки в университете Хельсинки. (ru)
  • InnoDB é um mecanismo de armazenamento para o MySQL. O MySQL 5.5, e versões posteriores, o utilizam por padrão. Ele fornece as funcionalidades padrões de transação complacentes com ACID, juntamente com o suporte a chave estrangeira. Ele é incluso como padrão na maioria dos binários distribuídos pela MySQL AB, sendo a exceção algumas versões OEM. MariaDB e usam uma bifurcação do InnoDB chamada XtraDB por padrão. XtraDB é mantido pela . Alterações no InnoDB da Oracle são regularmente importadas no XtraDB e algumas correções de bug e funcionalidades extras são adicionadas. (pt)
  • InnoDB — це потужний механізм (рушій) зберігання даних, розроблений фінською компанією Innobase Oy, яка була придбана в жовтні 2005 року концерном Oracle Corporation. Поширюється за ліцензією GNU General Public License. Є у всіх нових версіях MySQL і, для MySQL починаючи з версії 5.5 є механізмом за замовчуванням. Застосування InnoDB дозволяє використання базою даних таких функцій, як транзакція, зовнішні ключі. Він також сумісний з ACID. (uk)
foaf:name
  • InnoDB (en)
name
  • InnoDB (en)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/InnoDB_Architecture_used_in_MySQL_database_engine.png
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 54 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software