Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划使用 Cassandra 来存储我的用户密码,同时存储我的网站需要通过搜索访问的数据。我的问题是我应该使用两个数据库:Cassandra(用于用户密码)和 Solandra(用于网站数据)还是可以将所有内容都放在 Solandra 中?
有没有办法阻止 Solandra 索引我的用户密码?
提前感谢您的帮助。
Solandra 不会索引您在 cassandra 中的数据,它仅使用自己的键空间来存储您通过 solr 索引的数据。所以我认为你应该把两者分开。