Skip to content

'limit()' function optimization suggestion #74

Description

@sonjoosik

When I have a query that requests millions of series, I sometimes want to see only several samples out of the series. According to the document, the limit() function is supposed to be used for that purpose. However, the implementation seems different from what I expected. I do not want to send such a large number of queries to Cassandra to get only several samples. Can we optimize the limit() function's implementation a little bit?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions