This article contains content that is written like an advertisement .(April 2019) |
Developer(s) | Altibase Corporation |
---|---|
Initial release | 2000 |
Stable release | v7.3, 2023 / August 31, 2023 [1] |
Repository | github |
Operating system | AIX, HP-UX, Linux |
Available in | English |
Type | Database Management System, RDBMS |
License | Proprietary |
Website | Altibase |
Altibase is a hybrid database, relational database management system manufactured by the Altibase Corporation. The software's hybrid architecture allows it to access both memory-resident and disk-resident tables using single interface. It supports both synchronous and asynchronous replication and offers real-time ACID compliance. Support is also offered for a variety of SQL standards and programming languages. Other important capabilities include data import and export, data encryption for security, multiple data access command sets, materialized view and temporary tables, and others. [2]
From 1991 through 1997 the Mr. RT project was an in-memory database research project, conducted by the Electronics and Telecommunications Research Institute a government-funded research organization in South Korea. [3] Altibase was incorporated in 1999. [3]
Altibase acquired an in-memory database engine from the Electronics and Telecommunications Research Institute in February 2000, and commercialized the database in October of the same year. [4] In 2001, Altibase changed the name of the in-memory database product from "Spiner" to "Altibase" in 2001. [5] In 2004, Altibase integrated the in-memory database with a disk-resident database to create a hybrid DBMS, released version 4.0 and renamed it as ALTIBASE HDB. [6] [7] Altibase released version 5.5.1 and 6.1.1 in 2012, version 6.3.1 in November 2013, and 6.5.1 in May 2015. [8] Altibase claims that this is the world's first hybrid DBMS[ citation needed ]. Altibase released its open source edition version 7.1, however, closed the source in 2023.
In August 2023, Altibase released its cloud-optimized version 7.3.
The first version, called Spiner, was released in 2000 for commercial use. It took half of the in-memory DBMS market share in South Korea. [14]
In 2002 the second version was released renamed to Altibase v2.0. By 2003, Altibase v3.0 was released [15] and it entered the Chinese market. [16] Released version 4.0 with hybrid architecture, combining RAM and disk databases, was released in 2004. [17]
In 2005 Altibase began working with Chinese telecommunications providers for billing systems, [18] and some financial companies in Taiwan, China, for home trading systems. [19] The software was certified by the Telecommunications Technology Association. [20] The Ministry of Government Administration and Home Affairs gave it an award in 2006. [21] Offices in China and United States opened in 2009. [6]
In 2011, version 5.5.1 was renamed it to HDB (for "hybrid database"). The Altibase Data Stream product for complex event processing was renamed DSM. [22] The product received a Korean technology award. [23] Altibase introduced certification services. [24] In 2012, HDB Zeta and Extreme were announced, and DSM renamed to CEP. [25]
In 2013, yet another variant called XDB was announced, [26] and the company received ISO/IEC 20000 certification. [27] In 2018, Altibase went open source.
Altibase went open source in February, 2018. Altibase Corp has made the decision to discontinue the Altibase 7.1 open source edition, effective March 17, 2023. As a result, the open-source edition of Altibase 7.1 will no longer be available for download or use. Altibase released version 7.3 in September, 2023, with is notable feature is the world’s first hybrid partition, allowing data to be stored in both memory and on disk at the partition level. Version 7.3 also added parallel processing capabilities for high-speed performance in both partitioned and non-partitioned scenarios. Improving potential bottlenecks associated with Commit and logging that impact transaction performance, version 7.3 has achieved an approximately 490% enhancement in performance compared to previous versions. [28] [29]
Release | Release date | Latest version | Latest release date | |
---|---|---|---|---|
Altibase v3 | March 2003 | 3.5.7.24 | 2004-09-03 | |
Altibase v4 | April 2005 | 4.3.9.236 | 2017-10-23 | |
Altibase v5.1.X | October 2007 | 5.1.5.119 | 2017-12-06 | |
Altibase v5.3.X | October 2009 | 5.3.5.48 | 2019-08-13 | |
Altibase v5.5.1 | February 2011 | 5.5.1.8.1 | 2021-03-19 | |
Altibase v6.1.1 | April 2012 | 6.1.1.10.5 | 2023-09-08 | |
Altibase v6.3.1 | October 2013 | 6.3.1.12.5 | 2022-08-10 | |
Altibase v6.5.1 | June 2015 | 6.5.1.10.0 | 2023-12-11 | |
Altibase v7.1 | July 2017 | 7.1.1.9.2 | 2023-12-21 | |
Altibase v7.3 | August 2023 | 7.3.0.0.3 | 2023-12-14 | |
Legend: Old version Older version, still maintained Latest version |
According to marketing research, Altibase have over 700 customers and more than 8,000 of installations and deployments, including 22 Fortune Global 500 Companies. [30]
Altibase's clients in the telecommunications, financial services, manufacturing, and utilities sectors include Bloomberg, AT&T, LG, Intel, LGU+, E*TRADE, HP, UAT Inc., POSCO, SK Telecom, KT Corporation,, Samsung Electronics, Shinhan Bank, Woori Bank, Canon(Toshiba), Hanhwa, The South Korean Ministry of Defense, G-Market, CJ, and Chung-Ang University. [31] [32]
Altibase is a so-called "hybrid DBMS", meaning that it simultaneously supports access to both memory-resident and disk-resident tables via a single interface. [2] It is compatible with Solaris, HP-UX, AIX, Linux, and Windows. It supports the complete SQL standard, features Multiversion concurrency control (MVCC), implements Fuzzy and Ping-Pong Checkpointing for periodically backing up memory-resident data, and ships with Replication and Database Link functionality. [2]
Source: [8]
Source: [8]
In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a database system. Often the term "database" is also used loosely to refer to any of the DBMS, the database system or an application associated with the database.
MySQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data. SQL is a language that programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.
A distributed database is a database in which data is stored across different physical locations. It may be stored in multiple computers located in the same physical location ; or maybe dispersed over a network of interconnected computers. Unlike parallel systems, in which the processors are tightly coupled and constitute a single database system, a distributed database system consists of loosely coupled sites that share no physical components.
Ingres Database is a proprietary SQL relational database management system intended to support large commercial and government applications.
Db2 is a family of data management products, including database servers, developed by IBM. It initially supported the relational model, but was extended to support object–relational features and non-relational structures like JSON and XML. The brand name was originally styled as DB2 until 2017, when it changed to its present form.
MySQL Cluster is a technology providing shared-nothing clustering and auto-sharding for the MySQL database management system. It is designed to provide high availability and high throughput with low latency, while allowing for near linear scalability. MySQL Cluster is implemented through the NDB or NDBCLUSTER storage engine for MySQL.
An in-memory database is a database management system that primarily relies on main memory for computer data storage. It is contrasted with database management systems that employ a disk storage mechanism. In-memory databases are faster than disk-optimized databases because disk access is slower than memory access and the internal optimization algorithms are simpler and execute fewer CPU instructions. Accessing data in memory eliminates seek time when querying the data, which provides faster and more predictable performance than disk.
ICEkunion(Korean: 아이스쿠니온) is a company that was created by Sigongsa, Seoul Munhwasa(two of the four largest media empires in Korea) and Haksan Publishing that published South Korean manhwa comics in the United States. The firm's industry experience come from Studio ICE. Titles were licensed from manhwa publishing companies that originally sold them in The Republic of Korea in the Korean language. According to an interview conducted by ICV2, the original creators themselves were involved in the adaptation process for the English-language markets. In July 2007 it was announced through PW Comic Week that Ice Kunion was going to be completely absorbed by Yen Press, Hatchette's new manga impress. Manga released through ICEkunion is expected to be picked up through the new company, but will not release until spring 2008. Manhwa bearing the ICEkunion logo will remain in stores, but following prints will bear the Yen Press logo.
In database computing, Oracle Real Application Clusters (RAC) — an option for the Oracle Database software produced by Oracle Corporation and introduced in 2001 with Oracle9i — provides software for clustering and high availability in Oracle database environments. Oracle Corporation includes RAC with the Enterprise Edition, provided the nodes are clustered using Oracle Clusterware.
A column-oriented DBMS or columnar DBMS is a database management system (DBMS) that stores data tables by column rather than by row. Benefits include more efficient access to data when only querying a subset of columns, and more options for data compression. However, they are typically less efficient for inserting new data.
Daedeok Innopolis, formerly known as Daedeok Science Town, is the research and development district in the Yuseong-gu district in Daejeon, South Korea. The plan to concentrate research institutes and universities was made in 1967 and president Park Chunghee approved subsequent master planning in 1973. Now the district contains over 20 major research institutes and over 40 corporate research centers. There are 232 research and educational institutions to be found in Daejeon, many in the Daedeok region, among them the Electronics and Telecommunications Research Institute and the Korea Aerospace Research Institute. A number of IT venture companies have sprung up in this region due to the high concentration of Ph.Ds in the applied sciences. Korea has invested heavily in building up the research expertise for over 30 years, creating long-term research programs. Over 7,000 PhD researchers are in the sciences in Daedeok and it had the most application for patents during 2000–2011 among the National Industrial Complex.
An embedded database system is a database management system (DBMS) which is tightly integrated with an application software; it is embedded in the application. It is a broad technology category that includes:
Polyhedra is a family of relational database management systems offered by ENEA AB, a Swedish company. The original version of Polyhedra was an in-memory database management system which could be used in high availability configurations; in 2006 Polyhedra Flash DBMS was introduced to allow databases to be stored in flash memory. All versions employ the client–server model to ensure the data are protected from misbehaving application software, and they use the same SQL, ODBC and type-4 JDBC interfaces. Polyhedra is targeted primarily for embedded use by Original Equipment Manufacturers (OEMs), and big-name customers include Ericsson, ABB, Emerson, Lockheed Martin, United Utilities and Siemens AG.
eXtremeDB is a high-performance, low-latency, ACID-compliant embedded database management system using an in-memory database system (IMDS) architecture and designed to be linked into C/C++ based programs. It works on Windows, Linux, and other real-time and embedded operating systems.
Actian Zen is an ACID-compliant, zero-DBA, embedded, nano-footprint, multi-model, Multi-Platform database management system (DBMS) developed originally by Pervasive Software, which was acquired by Actian Corporation in 2013.
Samsung Ativ is a discontinued series of Microsoft Windows-based personal computers and mobile computing devices produced by Samsung Electronics, marketed from 2012 to 2016. The word Ativ is the word vita, meaning "life", written backwards.
Lee Ji-young, known as Lee Ji, is a South Korean actress, singer and pianist. She is a former member of South Korean girl group Gangkiz.
Nam Hye-seung (Korean: 남혜승) is a South Korean composer and music director. She is considered one of the best musicians in the country and is a fluent player of multiple musical instruments. Nam majoring in classical composition at Yonsei University.
Psycho Xybernetics: Turn Over is the solo debut extended play by South Korean musician Giuk of Onewe. It was released by RBW on April 20, 2023, and distributed by Kakao Entertainment. The EP consists of eight songs, all primarily written and composed by Giuk, including the lead single "Time Machine (2100)".
Rise Waves is the second extended play by South Korean musician and Onewe member Giuk. It was released by RBW on November 15, 2023, and distributed by Kakao Entertainment. The EP consists of eight songs, all primarily written and composed by Giuk, including the lead single "Scratch".