hydradatabase / hydradatabase/columnar

support moving tables between tablespaces

Open
#172 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
3k
Forks
106
PR merge metrics
No merged PRs in 30d

Description

### What's wrong?

H! We have two separate tablespaces: default(ssd with relatively small capacity for current data) and hdd (high capacity, historical data) and don't want to store columnar tables on ssd. But there is an error on moving columnar table:

```
alter table fact_events_1_2021 set tablespace hdd;
ОШИБКА: columnar_relation_copy_data not implemented
```

Is there a way to move this data or some plans to implement this feature?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.