Skip to content

Commit

Permalink
Redshift: updated wd_access_log_1.sql with 4 new fields (closes #1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun authored and alexanderdean committed Jan 14, 2016
1 parent 212afe0 commit d236a7a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ CREATE TABLE atomic.com_amazon_aws_cloudfront_wd_access_log_1 (
cs_protocol varchar(5) encode runlength,
cs_bytes integer encode raw,
time_taken float encode raw,
x_forwarded_for varchar(45) encode text32k,
ssl_protocol varchar(64) encode text255,
ssl_cipher varchar(64) encode text32k,
x_edge_response_result_type varchar(32) encode text32k,
FOREIGN KEY(root_id) REFERENCES atomic.events(event_id)
)
DISTSTYLE KEY
Expand Down

0 comments on commit d236a7a

Please sign in to comment.