Software:ALTIBASE HDB

From HandWiki
ALTIBASE
Developer(s)Altibase Corporation
Initial release2000 (2000)
Stable release
v6.5.1 / May 2015; 8 years ago (2015-05)
Operating systemAIX, HP-UX, LINUX, Windows
Available inEnglish
TypeDatabase Management System
LicenseProprietary
Websitealtibase.com

ALTIBASE is a hybrid database, relational open source database management system manufactured by Altibase Corporation. The software comes with a hybrid architecture which 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.[1]

Features

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.[1] 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.[1]

History

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.[2] In 2001, Altibase changed the name of the in-memory database product from "Spiner" to "Altibase" in 2001.[3] 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.[4][5] 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.[6] Altibase claims that this is the world's first hybrid DBMS[citation needed].

Tools and Utilities

Adapter for Oracle
For copying data that have been modified in ALTIBASE HDB to an Oracle database.[7]
Audit
A tool for resolving replication conflicts[8]
CheckServer
For monitoring the database server process and executing a script if it has terminated[9]
iLoader
For downloading and uploading table data. Typically used during database migration tasks.[10]
iSQL
A command-line utility for executing SQL statements[11]
Migration Center
A GUI tool for migrating data from other database products to ALTIBASE HDB[12]
Replication Manager
A GUI tool for simplifying replication management tasks[13]
Heartbeat
An utility detects node failures in a distributed database environment and enables the DBA to counter failures.[14]
Hadoop Connector
An utility that enables the efficient transfer of data between Apache Hadoop and ALTIBASE servers. It also allows ALTIBASE to handle data management and Hadoop to handle data analysis.[15]

Application Development Interfaces

ALTIBASE HDB includes the following application development interfaces:[16]

ODBC (Open Database Connectivity)
JDBC
For connecting to ALTIBASE HDB via JDBC
PHP
For integrating PHP pages with ALTIBASE HDB via ODBC
Perl
A Perl DBD (Database Driver)
.NET Data Provider
For connecting to ALTIBASE HDB via applications based on the Microsoft .NET Framework
OLE DB Driver
For connecting to ALTIBASE HDB via the OLE DB interface
X/Open XA Interface
For integrating ALTIBASE HDB in a distributed transaction environment
iLoader API
An API for the bundled iLoader utility
CheckServer API
An API for the bundled CheckServer utility

References

  1. 1.0 1.1 1.2 "Administrator's Manual". Altibase Corporation. http://altibase.com/downloads/5289/. Retrieved May 29, 2015. 
  2. Park, Hee-Bom. "기술이전 성공사례 (Technology Transfer Success Story)" etnews October 16, 2002. Last retrieved on August 7, 2012.
  3. "주목 e기업 – 알티베이스 (Noteworthy e-Business: Altibase)" Digital Times February 7, 2011. Last retrieved on August 7, 2012.
  4. Kang, Dong-Sik. "알티베이스, 증권시장 90% 점유 국산 DBMS 강자 (Altibase, Korean database powerhouse, occupies 90% of domestic securities database market)" Digital Times February 6, 2011. Last retrieved on August 7, 2012.
  5. "About Altibase". http://altibase.com/aboutus/. Retrieved 7 June 2016. 
  6. "Release Notes". http://altibase.com/resources/release-notes/. 
  7. "Adapter for Oracle User's Manual". Altibase Corporation. http://altibase.com/downloads/5351/. Retrieved May 29, 2015. 
  8. "Audit User's Manual". Altibase Corporation. http://atc.altibase.com/sub09/611b/html/Audit/. Retrieved July 25, 2012. 
  9. "Utilities Manual". Altibase Corporation. http://altibase.com/downloads/5337/. Retrieved May 29, 2015. 
  10. "iLoader User's Manual". Altibase Corporation. http://altibase.com/downloads/5361/. Retrieved May 29, 2015. 
  11. "iSQL User's Manual". Altibase Corporation. http://altibase.com/downloads/5357/. Retrieved May 29, 2015. 
  12. "Migration Center User's Manual". Altibase Corporation. http://altibase.com/downloads/5354/. Retrieved June 11, 2015. 
  13. "Replication Manager User's Manual". Altibase Corporation. http://altibase.com/downloads/5348/. Retrieved May 29, 2015. 
  14. "Hearbeat User's Guide". Altibase Corporation. http://altibase.com/downloads/5364/. Retrieved May 29, 2015. 
  15. "Hadoop Connector User's Guide". Altibase Corporation. http://altibase.com/downloads/5367/. Retrieved May 29, 2015. 
  16. "Application Program Interface User's Manual". Altibase Corporation. http://atc.altibase.com/sub09/611b/html/API/. Retrieved July 25, 2012. 

External links