Skip to content

select using multiple clustering columns #60

@timrikcfc

Description

@timrikcfc

Is it possible to pass params for such a query?

create table table_name
(
    clust1    text,
    clust2    text,
    partition text,
    primary key ((partition), clust1, clust2)
);

select *
from table_name
where partition = 'smth'
  and (clust1, clust2) in (('smth1', 'smth1'), ('smth2', 'smth2'))

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