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 committed Aug 19, 2015
1 parent 345bac5 commit f657587
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 f657587

Please sign in to comment.