blob: ccd54d6a22cb15fb18fb4d34472c61a8d9eec5ff [file] [log] [blame]
Ian Maxona70fba52016-02-18 13:52:36 -08001use dataverse experiments;
2
3create dataset Tweets(TweetMessageType) primary key tweetid using compaction policy prefix(("max-mergable-component-size"="1073741824"),
4 ("max-tolerance-component-count"="5"));