Would be nice to allow hash distribution on a UUID column. Currently:
dwheeler=# create table foo (id uuid primary key) distribute by hash(id); ERROR: Column id is not a hash distributable data type
Log in to post a comment.