What's new in InfiniDB Community Edition 2.0

Nov 5, 2010
  • Adds performance improvements and enhanced memory management capabilities

New in InfiniDB Community Edition 1.5.4 (Sep 22, 2010)

  • This release includes fixes for certain outer join syntaxes, sub select syntax, and performing a COUNT() function after dropping a column on a table.

New in InfiniDB Community Edition 1.5.2 (Jul 12, 2010)

  • High-speed subqueries.
  • Support for running on Microsoft Windows.
  • Support for updating a column's value with another column's value or a value derived from other columns.
  • Support for functions and expressions in the where clause for DML statements.
  • Support for queries with mixed outer joins
  • Support for several new distributed functions.
  • Automatic updating of the Extent Map by cpimport.
  • Support for prepared statements.
  • Support for load data infile null escape sequence in cpimport.
  • Enhanced Extent Map handling for minimum/maximum column value projections between multiple tables.
  • Enhanced support for UTF-8.
  • Faster concurrent query/active transaction performance.
  • STDIN support for imported data in cpimport (used by certain BI tools such as Pentaho).

New in InfiniDB Community Edition 1.5.0 RC2 (Jun 28, 2010)

  • Our last Release Candidate for version 1.5 is now available for download. The next version of 1.5 will be released as "Final." This particular Release Candidate version includes a few bug fixes for concurrent read and write, a fix for the CHAR_LENGTH function, and a fix regarding same session INSERT.

New in InfiniDB Community Edition 1.1.4 Beta (Jun 15, 2010)

  • The last "beta" before the "release candidate" phase of 1.1 is now available for download. There are a number of big fixes within this version. Be sure to download to the latest to keep up to date.

New in InfiniDB Community Edition 1.1.3 Beta (Jun 10, 2010)

  • The 1.1.X stream moved from Alpha to Beta with this release. Two enhancements were added: support for semi-hashjoin (subquery) -- Part II and support for nested subselects in the SELECT clause. There were also numerous bug fixes included. Next up is moving to Release Candidate phase when the version number will be changed to 1.5 to reflect the amount of new functionality added.

New in InfiniDB Community Edition 1.1.2 Alpha (May 25, 2010)

  • This is our last alpha, which means we are now feature complete and will turn the focus to fixing bugs and enhancing performance. You can read about what new things were added to 1.1.2 here: infinidb.org/infinidb-blog/112-alpha-release-now-available.html .

New in InfiniDB Community Edition 1.1 Alpha (Mar 21, 2010)

  • Improved support for queries with multiple types of joins.
  • Improved create table performance and a much smaller footprint on disk for the system catalog, newly created tables, and tables that contain less that 256K rows.
  • Support for prepared statements with and without bind variables for select and DML.