Skip to content

Transactions should unblock downstream transactions sooner #239

Description

@dimitribouniol

This can happen as soon as the transaction closure returns, but before writes. Another transaction can safely rely on this state being the common ground at this point, as any write failures will cause failures for this transaction as well. Note the transaction itself shouldn't return early, as that would violate the durability promise. However, this optimization should allow more writes to take place across many requests, for instance, increasing overall throughput.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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