Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Redshift: Query completes but result does not populate #1271

Open
victorvpham opened this issue Sep 12, 2024 · 2 comments
Open

[BUG] Redshift: Query completes but result does not populate #1271

victorvpham opened this issue Sep 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@victorvpham
Copy link

  • 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:
Screenshot 2024-09-12 at 11 35 04 AM

@victorvpham victorvpham added the bug Something isn't working label Sep 12, 2024
@victorvpham
Copy link
Author

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.

@cweijan
Copy link
Owner

cweijan commented Sep 13, 2024

Hi, please open the context menu and show me the error log.

image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants