Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "UseCases" page has been changed by FlipKromer. http://wiki.apache.org/cassandra/UseCases?action=diff&rev1=8&rev2=9 -------------------------------------------------- # Emit if record's key isn't already in the key column def should_emit? record - key_cache.get(key_column, record.key).blank? + key_cache.exists?(key_column, record.key) end # register key in the key_cache
