Skip to content

Measure/Validate QueryRequestOptions.MaxItemCount vs TOP X query perf #66

@sevoku

Description

@sevoku

The list command currently uses a unlimited SELECT * FROM c query on containers and limits the results to specified -m value (default is 100) using the SDKs QueryRequestOptions.MaxItemCount setting. We should consider limiting the Query with i.e. SELECT TOP {effectiveMaxItemCount.Value} * FROM c, or at least measure whether both approaches are interchangable with regards to perf and RU cost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions