-
Notifications
You must be signed in to change notification settings - Fork 123
chore: add query to list tables with tiering enabled. #4328
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
base: latest
Are you sure you want to change the base?
Conversation
Allow 10 minutes from last push for the staging site to build. If the link doesn't work, try using incognito mode instead. For internal reviewers, check web-documentation repo actions for staging build status. Link to build for this PR: http://docs-dev.timescale.com/docs-add-tiered_hypertables-to-queries-page |
```sql | ||
select * from timescaledb_osm.tiered_hypertables; | ||
``` | ||
You see something like the following: |
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.
I am not sure where this text was copied from. The text for lines 111-113 and the result of this query don't make sense together (lines 102-107).
I suggest going back to "Tour of data tiering" (suspect that is the original source) and fix this text with the correct context.
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.
Awesome, thank you
Co-authored-by: gayyappan <[email protected]> Signed-off-by: Iain Cox <[email protected]>
No description provided.