Skip to content
pykello edited this page Dec 23, 2014 · 33 revisions

Citus DB Changes (Expected to be done by mid August, and released with next version of CitusDB).

  • Fix table fetching,
  • Fix master_apply_delete_command, [DONE]
  • Fix concurrent staging,
  • Fix \stage with recent changes. [DONE]

v1.1 (Expected to be released by end of July)

  • (Feature) Automatically manage files. [DONE]
  • (Feature) Delete files on DROP TABLE. [DONE]
  • (Fix) Return empty table if no data has been loaded. Currently it errors out. [DONE]
  • (Fix) Fix overestimating relation column counts in CStoreGetForeignPaths. [DONE]
  • (Feature) Implement a function for getting table size of a cstore table. [DONE]
  • (Upgrade) Change version to 1.1 and add Upgrade script. [DONE]
  • (Documentation) Update README file: [DONE]
    • Changes that are added in this release,
    • How to use skip-indexes,
    • How to uninstall,
    • How to upgrade from 1.0.

v1.2 (Expected time mid-January 2015)

  • (Feature) Support "INSERT INTO ... SELECT ...". [DONE]
  • (Optimization) Improve memory usage. [IN PROGRESS]
  • (Feature) Implement COPY TO which is needed for Citus DB integration. [DONE]

v1.3 (Expected time by end of February 2015)

  • (Feature) Backup script.
  • (Fix) Fix estimation related functions.

v1.4

  • (Feature) Support tablespaces.

v2.0

  • (Fix) Fix copying into tables with dropped columns. [IN PROGRESS]
  • (Feature) Make controlling memory usage easier.
  • Plan for v2.0 by end of 2014