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 から行全体を取得し (大きな行のページング)、クライアントで並べ替える必要があります。
ソリューションが最新でない結果に対処できる場合は、定期的な MapReduce ジョブを使用してこれを行い、ジョブの結果を Cassandra にキャッシュすることができます。