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

QuestDB SAMPLE BY documentation is missing w for weekly #57

Open
1 task done
pumuckelo opened this issue Sep 24, 2024 · 1 comment
Open
1 task done

QuestDB SAMPLE BY documentation is missing w for weekly #57

pumuckelo opened this issue Sep 24, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation hacktoberfest

Comments

@pumuckelo
Copy link

To reproduce

I was assuming that SAMPLE BY weekly (w) is not supported. I also read some stackoverflow articles where it was described as not being supported

I ran this query though and its working fine

  SELECT 
                        time,
                        symbol,
                        first(open) as open,
                        max(high) as high,
                        min(low) as low,
                        last(close) as close,
                        sum(volume) as volume
                    FROM candles 
                    WHERE symbol = 'NQ'
                    SAMPLE BY 1w ALIGN TO CALENDAR
                    ORDER BY time

QuestDB version:

8.1.1

OS, in case of Docker specify Docker and the Host OS:

Official docker image

File System, in case of Docker specify Host File System:

.

Full Name:

Abdou

Affiliation:

None

Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?

  • Yes, I have

Additional context

No response

@ideoma ideoma added the documentation Improvements or additions to documentation label Sep 24, 2024
@nwoolmer nwoolmer transferred this issue from questdb/questdb Oct 1, 2024
goodroot added a commit that referenced this issue Oct 16, 2024
thanks!
goodroot added a commit that referenced this issue Oct 16, 2024
This reverts commit 3554c41.
@pumuckelo
Copy link
Author

@goodroot why was the commit reverted?

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

No branches or pull requests

3 participants