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で列がその行に追加されたときに、行の最終更新日時を知るにはどうすればよいですか? カサンドラにアクセスするためにhector Java apiを使用しています。
各列に組み込まれた内部タイムスタンプは、実際には使用しないでください。これが、新しい CQL API がそのような内部コンポーネントにアクセスできない理由です。
「ベストプラクティス」の方法 列が必要な列を変更するたびに更新されるタイムスタンプ列を追加する必要があります。