InfiniDB

InfiniDB, Inc.
Industry Enterprise Software
Database Management
Data Warehousing
Founded 2000 (2000)
Defunct October 1, 2014 (2014-10-01)
Headquarters Frisco, Texas, US
Products InfiniDB,
InfiniDB for the Cloud,
InfiniDB for Apache Hadoop
Website www.infinidb.co

InfiniDB (formerly Calpont Corporation[1]) was a database management software company based in Frisco, Texas. The company developed InfiniDB, a scalable, software-only columnar database management system[2] for analytic applications.[3]

InfiniDB is a scalable database built for big data analytics, business intelligence, data warehousing and other read-intensive applications. InfiniDB's column-store architecture enables very quick load and query times.[4] Its massive parallel processing (MPP) technology scales with any type of storage hardware.[5]

Columnar databases

By storing and managing data based on columns rather than rows, column-oriented architecture overcomes query limitations that exist in traditional row-based RDBMS. Only the necessary columns in a query are accessed, reducing I/O activities by circumventing unneeded rows.[6]

InfiniDB is accessed through a MySQL interface.[7] It then parallelizes queries and executes in a MapReduce fashion (similar in concept to the methodology used by Apache Hadoop).[8] Each thread within the distributed architecture operates independently, avoiding thread-to-thread or node-to-node communication that can cripple scaling.[9]

InfiniDB is used to enable performance-intensive analytic applications. Customers include Bandwidth.com, Tucows, Warner Music Group,[10] Genus,[11] Aviation Software International,[12] Caring Bridge,[13] Navigant Consulting and 1&1 Internet.[14]

InfiniDB resellers included SkySQL (including many former MySQL employees)[15] and KK Ashisuto in Japan.[16]

Variants and forks

On October 16, 2013, the company announced that InfiniDB would be licensed under the General Public License v. 2.[17] The open source variants of InfiniDB databases are: InfiniDB Standard Edition and InfiniDB for the Cloud including InfiniDB for Apache Hadoop.[18]

MariaDB Corporation announced on April 5, 2016 the release of its first big data analytics engine, MariaDB ColumnStore. It is based both on a fork of InfiniDB and open-source community contributions. ColumnStore supports use cases including real-time, batch and algorithmic.[19]

Bankruptcy

On October 1, 2014, InfiniDB ceased operations and filed for bankruptcy protection in US Bankruptcy Court in the Eastern District of Texas. Existing customers may be able to receive support from other companies, notably MariaDB.

References

This article is issued from Wikipedia - version of the 11/29/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.