Skip to content

Commit ca2cbb1

Browse files
Paul YooPaul Yoo
authored andcommitted
remove Redshift section from Column Sizing in Warehouse Schemas
1 parent 1c50740 commit ca2cbb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/connections/storage/warehouses/schema.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,6 @@ After analyzing the data from dozens of customers we set the string column lengt
602602

603603
We special-case compression for some known columns like event names and timestamps. The others default to LZO. We may add look-ahead sampling down the road, but from inspecting the datasets today this would be unnecessary complexity.
604604

605-
After a column is created, Redshift doesn't allow altering. Swapping and renaming may work down the road, but this would cause thrashing and performance issues. If you would like to change the column size, see our [docs here](/docs/connections/storage/warehouses/redshift-faq/#varchar-size-limits).
606-
607605
## Timestamps
608606

609607
The Segment API associates four timestamps with every call: `timestamp`, `original_timestamp`, `sent_at` and `received_at`.

0 commit comments

Comments
 (0)