blob: 6eead8529327eca577a621a6cef3f6f0f8b7f81e [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"));
5create index BtreeExtraFieldIdx on Tweets(btree-extra-field1) type btree;