-
Notifications
You must be signed in to change notification settings - Fork 172
Roadmap
Hadi Moshayedi edited this page Jul 31, 2014
·
33 revisions
- Fix table fetching,
- Fix master_apply_delete_command,
- Fix concurrent staging,
- Fix \stage with recent changes.
- (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.
- (Documentation) Update README file: [IN PROGRESS]
- Changes that are added in this release,
- How to use skip-indexes,
- How to uninstall,
- How to upgrade from 1.0.
- (Feature) Implement COPY TO which is needed for Citus DB integration. [IN PROGRESS]
- (Fix) Fix copying into tables with dropped columns. [IN PROGRESS]
- (Feature) Support "INSERT INTO ... SELECT ...".
- (Feature) Backup script.
- (Optimization) Improve memory usage. [RESEARCHED]
- (Fix) Fix estimation related functions.
- (Feature) Make controlling memory usage easier.
- Plan for v2.0 by end of 2014