mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 05:04:32 +08:00
Update README with additional limitations
This commit is contained in:
parent
dd7ad16644
commit
c7b9dbbc10
@ -192,6 +192,12 @@ actively working to resolve:
|
||||
|
||||
- Anyone using TimescaleDB currently needs superuser privileges (this is
|
||||
getting fixed very soon)
|
||||
- `create_hypertable()` can only be run on an empty table
|
||||
- `COPY`ing a dataset will currently put all data in the same chunk, even if
|
||||
chunk size goes over max size. For now we recommend breaking down large
|
||||
files for `COPY` (e.g., large CSVs) into smaller files that are slightly
|
||||
larger than max_chunk size (currently 1GB).
|
||||
We provide `scripts/migrate_data.sh` to help with this.
|
||||
- Custom user-created triggers on hypertables currently will not work (i.e.,
|
||||
fire)
|
||||
- `drop_chunks()` (see our [API Reference](docs/API.md)) is currently only
|
||||
|
Loading…
x
Reference in New Issue
Block a user