The document discusses various database consistency models and proposes a new taxonomy called PACELC.
It notes limitations with the CAP theorem, such as inconsistencies between availability and consistency when there are no network partitions. It introduces PACELC which classifies databases based on their behavior during partitions (P) and without partitions.
The document argues for the viability of P*/EC (eventual consistency) systems, noting they can provide stronger guarantees than most NoSQL databases through determinism, which allows for easier replication and reduces the costs of consistency.