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 数据库编写 Web 门户。你能告诉我使用哪个python接口吗?thrift、lazygal 还是 pycassa?使用更复杂的节俭然后更清洁的 pycassa 有什么好处吗?性能怎么样 - 是一样的(所有这些都只是层)?
感谢您的任何建议。
如果您不知道要使用什么,请使用 pycassa。
如果您希望它为您维护索引,请使用lazyboy。它要复杂得多。