Skip to content

Determine a better level of staleness or make configurable. #21

Description

@bgood

Is it intentional to read using a 10 second exact staleness? While this could lead to lower read latency, it will by definition read 10 seconds old data. The default would be to use a strong read which is guaranteed to return all changes that have been committed, which is also one of the USP's of Spanner compared to storage systems that use eventual consistency. Another option here could also be to use a max staleness of 10 seconds, instead of exact staleness, and let Spanner choose the optimal read timestamp.

Originally posted by @olavloite in #3 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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