Skip to content

SELECT_LOCAL frequency #23

@tarzanek

Description

@tarzanek

A client using the driver seems to do too frequents queries with SELECT_LOCAL
(we see 600 OPS coming every second)

private static final String SELECT_LOCAL = "SELECT * FROM system.local WHERE key='local'";

so the big Q is how many times should this query be seen, if we want to cache it for some time, etc. to avoid constant querying of the cluster

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions