헤르메스 LIFE

[HSQL] HyperSQL 2.2.6 Released 본문

Database

[HSQL] HyperSQL 2.2.6 Released

헤르메스의날개 2011. 12. 29. 15:44
728x90
원문 : http://hsqldb.org/

HSQLDB (HyperSQL DataBase) is theleading SQL relational database engine written in Java. It supportsnearly full ANSI-92SQL (BNF format)and full core SQL:2008. It offers asmall, fast multithreaded and transactional database engine within-memory and disk-basedtables and supports embedded and server modes. It includes tools such as a command line SQL tool and GUI query tools.


HSQLDB (HyperSQL 데이터베이스)는 자바로 작성 된 최고의 SQL 관계형 데이터베이스 엔진이다. 이것은 거의 모든 ANSI-92 SQL (BNF 형식) 및 모든 코어 SQL:2008 지원합니다. 이것은 메모리 및 디스크 기반 테이블처럼 작고, 빠른 다중 스레드 및 트랜잭션 데이터베이스 엔진    포함 하는 지원 및 서버 모드와 함께 을 제공 합니다. 명령줄 SQL 도구 및 GUI 쿼리 도구와 같은 도구를 포함합니다.

HSQLDB supports the widestrange of SQL Standard features seen in any open source database engine:SQL:2008 core language features and anextensive list of SQL:2008 optional features. Many extensions to theStandard, including features of other popular database engines, arealso supported.

Version 2.2 is fullymultithreaded and supports high performance 2PL and MVCC(multiversion concurrency control) transactioncontrol models. Seethe list of new featuresin version 2.2. 

HSQLDB has been constantly developedover 10 years and is usedas a database and persistence engine in over 1700 Open Source Softwareprojects and many commercial products. The latest versions areextremely stable and reliable. It is knownfor its small size, ability to execute completely or partly in memory,itsflexibility and speed.

HSQLDB is completely free to use anddistribute under ourlicenses, basedon the standard BSD license and fully compatible with all major opensource licenses.


728x90