Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Subpartitioned keys fail for fan out query #4

@stvflowers

Description

@stvflowers

Queries work if you have the first part or the second part of the 2 part hierarchical partition key.

They fail if you don't.

For example: Partition key = TenantId, UserId

Query works:
select * from c where c.tenantid = "contoso"
select * from c where c.tenantid = "contoso" and c.userid = "steve"

Query fails:
select * from c where c.userid = "steve"

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