Deir Teoirim CAP go bhféadfaidh córas dáilsithe dhá cheann de thrí thuairisceana a ghealladh ar a bhraistint — Comhsheasmhacht, Infhaighteachta, agus Iontaoibhe Roinnte — ag an am céanna. Ós rud é go bhfuil roinnt líonra do-sheachanta, is é an rogha fhíor ná idir comhsheasmhacht agus infhaighteacht le linn roinnte.
Na trí thuairisceana
CONSISTENCY (C) → every read sees the latest write (all nodes agree on the data)
AVAILABILITY (A) → every request gets a response (the system stays responsive)
PARTITION TOLERANCE (P) → the system keeps working despite network partitions
(communication breaks between nodes)
→ CAP: you can only fully guarantee TWO of these three simultaneously.
