Tag: Schema

Validate JSON Documents in Python using Pydantic

Validate JSON Documents in Python using Pydantic

One of the main attractions of document databases is the flexibility of the document structure or schema. For the most part, the flexibility in the document schema is beneficial. However, there might be some situations where having some structure to...

March 22, 2022
Couchbase Catalogs for the SQL Server DBA

Couchbase Catalogs for the SQL Server DBA

In this post, we introduce System Catalogs in Couchbase and walk through a specific use case compared to SQL Server. If you’re like me, after 20 years of working with SQL Server, you tend to pick up on things that...

Why I Use Double Colons as a Key Pattern Delimiter

Why I Use Double Colons as a Key Pattern Delimiter

People ask me all the time why I create Couchbase key patterns with double colons as a delimiter. Well… Not::much::else::uses::double::colons so it is a great delimiter They make for human readable keys Every object in Couchbase needs a unique key per bucket and since...