-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
enhancementNew feature or requestNew feature or requestgoPull requests that update Go codePull requests that update Go codeunder-discussion
Description
For testing/developmen/demot:
-- Quick setup for development:
SETUP DISTRIBUTION answers
COLUMN TYPES VARCHAR HASH
SHARDS shard1, shard2
RELATION surveyme_profilesurveyanswersharded
KEY survey_id;
-- Equivalent to:
-- CREATE DISTRIBUTION answers COLUMN TYPES VARCHAR HASH;
-- ALTER DISTRIBUTION answers ATTACH RELATION ... ;
-- CREATE KEY RANGES FOR DISTRIBUTION answers USING SHARDS shard1, shard2;Related to: #1887
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgoPull requests that update Go codePull requests that update Go codeunder-discussion