-
Notifications
You must be signed in to change notification settings - Fork 29
Document materialized views #140
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
Conversation
|
@glasstiger could you add new mat view-related permissions to the docs here? |
|
@glasstiger thanks for adding the permissions! |
|
🚀 Build success! Latest successful preview: https://preview-140--questdb-documentation.netlify.app Commit SHA: 70d1957
|
|
is it intentional that the pages don't appear on the concepts or SQL syntax sections for now and need to be accessed directly by url? |
|
Do you think it would make sense to add some more advanced example showing you can use subqueries/CTEs, and even featuring things like window functions as long as you end yo doing a SAMPLE BY? As in this query here |
No, that was a bug. Fixed it (hopefully) in 7c3eda9 |
Sure. Feel free to add it yourself or I can add it, say, to the examples on the CREATE MATERIALIZED VIEW page, but I'll need a short description of the query. |
| - **Deduplication has no noticeable performance penalty**. | ||
|
|
||
| <!-- | ||
| ## Retention strategies with TTL and materialized views |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@javier FYI
OSS PR: questdb/questdb#4937