selecting on two tables in Cassandra
问题 I use Cassandra for a project, and it's my first project. , and I'm trying to do a simple request on two tables, but that doesn't work... I want to do something like: Select * from table1, table2 where table1.test = test and table2.test2 = 123; Is it possible to request on two tables in Cassandra ? And how can I do that? Thanks 回答1: I'm trying to do a simple request on two tables What you're trying to do is known as a "distributed join" and Cassandra is specifically designed to prevent you