Couchbase 1.8.0 some queries -


few queries regarding couchbase 1.8.0

  1. does putting blank value deletes key or key remains is
  2. is there way keys bucket. there ways flush keys bucket admin panel.

thanks

  1. no, blank "value", , cannot send null (at least java). need remove using delete operation or ttl.

  2. not in 1.8, in couchbase 2.x can create simple view emit(meta.id) , query view.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -