AI Features

Spanner using TrueTime

Let's examine how Spanner provides the consistency guarantees.

Spanner makes use of a novel API to record time, called TrueTimeE. Brewer, “Spanner, TrueTime and the CAP Theorem,” 2017., which is the key enabler for most of the consistency guarantees provided by Spanner.

TrueTime API

TrueTime API directly exposes ...

Ask