Infobright

Infobright, Inc.
Type Private
Industry Enterprise Software & Database Management & Data Warehousing
Founded 2005
Headquarters Toronto, Canada
Products Infobright Enterprise Edition (formerly Brighthouse), Infobright Community Edition
Website www.infobright.com, www.infobright.org

Infobright is a commercial provider of column-oriented relational database software with a focus in machine-generated data. The company's head office is located in Toronto, Canada. Most of its research and development is based in Warsaw, Poland.

Contents

History

Infobright was founded in 2005. It became an open source company in September 2008, when it issued the first free release of its software. At the same time its community site was launched.[1] The company is funded by venture capital investors Flybridge Capital Partners, RBC Venture Partners, and Sun Microsystems.

In 2009, Infobright was recognized as MySQL's Partner of the Year,[2] and a Gartner Cool Vendor in Data Management and Integration.[3] It is also certified for use with Sun's Unified Storage product line.[4] It is the assignee of published patent applications on data compression,[5] query optimization,[6] and data organization.[7]

Technology

Infobright's database software is integrated with MySQL,[8] but with its own proprietary data storage and query optimization layers.

Infobright uses a columnar approach to database design. When data is loaded into a table, it is broken into the groups of 216 rows, further decomposed into separate data packs for each of the columns. By breaking each column by the same number of rows, it maintains its integrity with other columns for the same entry. For example, row 1, column 1 is the first entry in the first datapack for column 1. Row 1 in column 2 is the first entry in the first datapack for column 2.

Each data pack is separately compressed to approximately 10:1 on average.

Knowledge Grid

A metadata layer (called the Database Knowledge Grid) stores compact information about the contents and relationships between the data packs, replacing the concept of a traditional database index.[9]

Query execution

The optimizer uses theories of rough sets and Granular Computing by categorizing which data packs need to be decompressed and by refining such categorization using partial results obtained from the Knowledge Grid and already decompressed data packs.[10]

References

  1. ^ "Open Source Data Warehouse, Column Database Software, Improve SQL Performance". Community website. http://www.infobright.org/. Retrieved October 17, 2011. 
  2. ^ 2009 MySQL Partners of the Year Sun Presents 2009 MySQL Awards
  3. ^ Cool Vendors in Data Management and Integration, 2009. Gartner Report G00165365
  4. ^ Infobright Editions Secure Sun Certification. TMCNet.com, April 23, 2009
  5. ^ Method and system for data compression in a relational database. Patent Application US 2008/0071818 A1
  6. ^ Method and system for storing, organizing and processing data in a relational database. Patent Application US 2008/0071748 A1
  7. ^ Methods and systems for database organization. Patent Application US 2009/0106210 A1
  8. ^ Infobright Data Warehouse. MySQL, September, 2008
  9. ^ Brighthouse: an analytic data warehouse for ad-hoc queries. VLDB 2008 industry paper
  10. ^ Rough Sets in Data Warehousing. RSCTC 2008 invited talk

External links