Skip to content
samay-sharma edited this page Nov 24, 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 by end of December)

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

v2.0

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