On Sep 18, 2009, at 9:33 PM, <[email protected]> wrote:
• ACL
I'm strongly against ACL. Cassandra was built for highly scalable and
highly distributed environments, which always sit behind firewalls.
ALC's can easily be implemented in a service layer in front of
Cassandra.
• Multiple data center replication in the background. maybe a multi
master type thing
It already has this. It was built from the ground up for this. It's
highly tolerant to partitioning and has always available writes. All
replication is done in the background (unless you specifically set a
write to a high consistency level).
--Joe