Announcing the Couchbase Query Workbench DP1 - now DP1.0.1

One of my coworkers said “explain” and that seems to work:

EXPLAIN SELECT COUNT(*) from bucket where dataItem > 0;

Kicks back what might be useful output.

I’ve always known explain and describe to be synonyms… Not so here.