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

Raw SELECT query (with no aggregation) #13

Closed
spektom opened this issue Feb 21, 2018 · 1 comment
Closed

Raw SELECT query (with no aggregation) #13

spektom opened this issue Feb 21, 2018 · 1 comment

Comments

@spektom
Copy link
Member

spektom commented Feb 21, 2018

Aggregation step can be omitted, for instance when user wants to just take a look at some sample data:

SELECT * FROM events LIMIT 10
@spektom spektom changed the title Optimize "SELECT *" queries Raw SELECT query (with no aggregation) Feb 22, 2018
spektom pushed a commit that referenced this issue Feb 22, 2018
@spektom
Copy link
Member Author

spektom commented Apr 26, 2018

Better implementation would be adding special keyword RAW as in query:

SELECT RAW(column1, column2, ...) FROM table;

Or:

SELECT RAW(*) FROM table;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant