EverythingMe / redshift_console

Redshift Ops Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple sorting keys appears as a single sorting key

michaelloewenstein opened this issue · comments

Given a table with multiple sorting keys, only a single sort key is presented.

Anything special about this keys? Are these interleaved sorting keys?

On Sun, Jul 19, 2015 at 4:17 PM, michael loewenstein <
notifications@github.com> wrote:

Given a table with multiple sorting keys, only a single sort key is
presented.


Reply to this email directly or view it on GitHub
#18.

Nothing special, a table with tow sort keys.
The second sort key ( has the value '2' on 'sortkey' column on pg_table_def
) gets a 'No' value on the redshift console 'Sort Key' column.

Michael Loewenstein
http://www.facebook.com/LoenMichael
http://il.linkedin.com/pub/michael-loewenstein/22/9a5/713/ | Blog
http://blogs.microsoft.co.il/miziel |w: i-collect.info | m:+972544503551 |
e:Michael.Loewenstein@gmail.com

On Sun, Jul 19, 2015 at 11:22 PM, Arik Fraimovich notifications@github.com
wrote:

Anything special about this keys? Are these interleaved sorting keys?

On Sun, Jul 19, 2015 at 4:17 PM, michael loewenstein <
notifications@github.com> wrote:

Given a table with multiple sorting keys, only a single sort key is
presented.


Reply to this email directly or view it on GitHub
#18.


Reply to this email directly or view it on GitHub
#18 (comment)
.

Apparently they changed the response format (before it was true/false). I'll fix this. Thanks.

While it's closed, PyPI and docker were not updated. I've will write here once they do.

Updated (both PyPI and docker).