-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: YANGDB <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...tors/integrations/__data__/repository/aws_vpc_flow/assets/create_skipping_index-1.0.0.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CREATE SKIPPING INDEX ON {table_name} ( | ||
accountid BLOOM_FILTER, | ||
region VALUE_SET, | ||
severity_id VALUE_SET, | ||
src_endpoint.ip BLOOM_FILTER, | ||
dst_endpoint.ip BLOOM_FILTER, | ||
src_endpoint.svc_name VALUE_SET, | ||
dst_endpoint.svc_name VALUE_SET, | ||
request_processing_time MIN_MAX, | ||
traffic.bytes MIN_MAX | ||
) WITH ( | ||
auto_refresh = true, | ||
refresh_interval = '15 Minutes', | ||
checkpoint_location = '{s3_checkpoint_location}', | ||
watermark_delay = '1 Minute' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters