I am planning to use Cassandra to store my users passwords and at the same time the data for my website that need to be accessible via search. My Question is should I use two DB: Cassandra (for users passwords) and Solandra (for the websites data) or can I put everything in Solandra?
Is there a way to stop Solandra from indexing my users passwords?
Thanks in advance for any help.