Ian Maxon | a70fba5 | 2016-02-18 13:52:36 -0800 | [diff] [blame^] | 1 | use dataverse experiments; |
2 | |||||
3 | create dataset Tweets(TweetMessageType) primary key tweetid using compaction policy prefix(("max-mergable-component-size"="1073741824"), | ||||
4 | ("max-tolerance-component-count"="5")); |