My point is for implementing queue message broker is what you want.
do not use cassandra for implementing queueing system with high
throughput. It does not scale because of tombstone management. Use
hornetQ, its amazingly fast broker but it has quite slow persistence if
you want to create queues significantly larger then your memory and use
selectors for searching for specific messages in them.
- How many BATCH inserts in to many? Alan Ristić
- Re: How many BATCH inserts in to many? Carlos Rolo
- Re: How many BATCH inserts in to many? Alan Ristić
- Re: How many BATCH inserts in to many? Radim Kolar
- Re: How many BATCH inserts in to many? aaron morton
- Re: How many BATCH inserts in to many? Wei Zhu
- Re: How many BATCH inserts in to many? Vitalii Tymchyshyn
- Re: How many BATCH inserts in to many? Alan Ristić
