Skip to content

Conversation

@atovpeko
Copy link
Contributor

No description provided.

@github-actions
Copy link

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-4187-feedback-page-use-timescalelatesthypercoresecondary-indexes

Copy link
Contributor

@billy-the-fish billy-the-fish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit, and can you check the query without enable_columnstore please.

This enables you to run analytical queries on compressed data in the $COLUMNSTORE much faster.

For example for the following $HYPERTABLE:
To illustrate, let's create a $HYPERTABLE and then run the same query on it with and without optimizations:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To illustrate, let's create a $HYPERTABLE and then run the same query on it with and without optimizations:
To illustrate, run the same query on a $HYPERTABLE, first without, then with optimizations:


```sql
ALTER TABLE metrics SET (
timescaledb.enable_columnstore = true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Columnstore is already enabled, you don't need to enable it.

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

Successfully merging this pull request may close these issues.

[Feedback] Page: /use-timescale/latest/hypercore/secondary-indexes/

3 participants