Can I use Cassandra to store objects?
Posted
by Sandeep
on Stack Overflow
See other posts from Stack Overflow
or by Sandeep
Published on 2010-05-04T19:17:10Z
Indexed on
2010/05/04
19:18 UTC
Read the original article
Hit count: 182
Hi,
My application works like this.
A database(Mysql) where there is a command. The command is an object(consists of fields many fields like ints ans strings). There is a webservice which interact with the database and get the command from the db and performs some operation.
The way how I am storing the command into db is by stripping all the fields and inserting them in to the db.
Can I use cassandra in place of mysql and store the command object?
© Stack Overflow or respective owner