You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database type and version: Redshift | PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.74097
Running queries from Terminal works (Full data and output of rows).
Running system queries like (SELECT version(); SELECT getdate();) work and output in Results tab is correct.
However the Results tab seems to hang and never outputs the data (Spinning blue dots continuously and cost counter keeps running up), when running query on a table with data (eg. SELECT count(1) FROM public.user; SELECT * FROM public.user LIMIT 10;). Note, the output message seems to indicate the query was successful (eg. Result: 10 rows retrieved in 179ms).
Attached screenshot for more details:
The text was updated successfully, but these errors were encountered:
Okay, the results show up after more than 1 hour. Not sure what's happening here and why it takes this long. The query itself finished in less than 1 sec.
Running queries from Terminal works (Full data and output of rows).
Running system queries like (SELECT version(); SELECT getdate();) work and output in Results tab is correct.
However the Results tab seems to hang and never outputs the data (Spinning blue dots continuously and cost counter keeps running up), when running query on a table with data (eg. SELECT count(1) FROM public.user; SELECT * FROM public.user LIMIT 10;). Note, the output message seems to indicate the query was successful (eg. Result: 10 rows retrieved in 179ms).
Attached screenshot for more details:
The text was updated successfully, but these errors were encountered: