-
Notifications
You must be signed in to change notification settings - Fork 120
Database Cheat Sheet
Lance Pollard edited this page Sep 25, 2012
·
3 revisions
This is a general guide on how to get up and running with specific databases and database-related tools, as well as other useful database info.
The Apache Cassandra database is designed for high scalability.
Note: The largest known Cassandra cluster has over 300 TB of data in over 400 machines.
@@@ coffeescript table -> thead -> th -> td '' td 'MongoDB' td 'CouchDB' td 'Cassandra' td 'Neo4j' td 'PostGreSQL' td 'MySQL' td 'SQLite3' td 'Redis' tbody -> tr -> td 'Type' td 'Document' td 'Document' td 'Document' td 'Graph' td 'SQL' td 'SQL' td 'SQL' tr -> td 'ACID Compliant' @@@