tree: 6ea70ba14374d353bb325dcbc22adc911b010218 [path history] [tgz]
  1. README.md
  2. table_structure.drawio
  3. table_structure.png
mailbox/cassandra/doc/README.md

Cassandra implementation for the mailbox

This file attempts to provide information useful to mailbox/cassandra developers.

Table structure

Table structure chart

Can be edited using this source file on this website.

This file should be edited everytime the table structure is modified.

Approach regarding denormalization

The Cassandra mailbox is heavily relying on denormalization. The same data is stored several times, in distinct tables, to satisfy the various read access patterns. Of course, the various tables can become inconsistent between them.

We have been developing several approaches in order to diagnose, mitigate and solve such issues. They are described in the following documents: