Confirmed users
192
edits
No edit summary |
No edit summary |
||
| Line 171: | Line 171: | ||
''Queuey'' | ''Queuey'' | ||
* Deploy to webheads in each data-center | |||
''Storage back-end'' | ''Storage back-end'' | ||
* Select Cassandra | |||
* Deploy Cassandra machines (3+) in each data-center | |||
* Set write CL to EACH_QUORUM | |||
* Set read CL between ONE - LOCAL_QUORUM | |||
* Set delay as appropriate for the read/write CL's | |||
=== High Throughput, Occasional Unavailability of Messages, Single DC === | === High Throughput, Occasional Unavailability of Messages, Single DC === | ||
| Line 201: | Line 201: | ||
''Queuey'' | ''Queuey'' | ||
* Deploy to desired nodes | |||
''Storage back-end'' | ''Storage back-end'' | ||
* Select Cassandra | |||
* Deploy as single-node instance to every queuey node | |||
* Set read/write CL to ONE, as there is only ONE node | |||
* No delay needed | |||
=== Good Throughput, Available Messages, Single DC === | === Good Throughput, Available Messages, Single DC === | ||
| Line 228: | Line 228: | ||
''Queuey'' | ''Queuey'' | ||
* Deploy to webheads | |||
''Storage back-end'' | ''Storage back-end'' | ||
* Select Cassandra | |||
* Deploy Cassandra cluster (3+) machines | |||
* Set write CL to ONE - QUORUM | |||
* Set read CL to ONE - QUORUM | |||
* Set delay appropriate for read/write CL's | |||
= Initial User Requirements = | = Initial User Requirements = | ||