Skip to content

6 posts

Writing on Couchbase

SQL++ queries with bucket, scope and collection introspection over the documented REST surfaces. Where it stops: Agent mode is unavailable, as on every engine but PostgreSQL, SQLite and DuckDB.

EngineeringDatabases

Browsing an un-indexed Couchbase collection

On recent server versions a sequential scan makes an un-indexed keyspace open slowly, so a primary index is a recommendation now rather than a prerequisite.

EngineeringDatabases

Writing SQL++ that starts with the document key

Selecting everything nests the document and drops the key, so generated statements project it explicitly, and that alias is why cell editing is switched off.