Dan The Engineer
  • Home
  • About Dan
Sign in Subscribe

Cockroach Demo

A collection of 3 posts
Row Level Security with CockroachDB

Row Level Security (RLS) without RLS. Intrigued? Yes? Then keep reading

From a Security or Multi-Tenant perspective, having the ability to limit access on a row-by-row basis is a must, What happens though if your database of choice does not provide this feature out of the box? At Cockroach Labs we partner with a security provider called Satori to enable this
Jul 4, 2023 2 min read
Utilise the included demo feature of CockroachDB to discover how to geographically position your data
data locality

Utilise the included demo feature of CockroachDB to discover how to geographically position your data

Example setup, configuration and test 1. Stand up a demo multi-region cluster locally using CockroachDB Demo $ cockroach demo --no-example-database --nodes 9 --global 2. Create a Database CREATE DATABASE db PRIMARY REGION "us-east1" REGIONS "us-west1", "europe-west1"; USE db; 3. Create a table with Region by Row functionality CREATE TABLE public.users
Feb 16, 2023 4 min read
Getting to know the CockroachDB 'demo' feature
Cockroach Demo

Getting to know the CockroachDB 'demo' feature

Getting started with CockroachDB demo Prerequisite Download the CockroachDB binary from this location  (MacOS, Linux or Windows available) What is the CockroachDB demo? The cockroach demo command starts a temporary, in-memory CockroachDB cluster of one or more nodes, with or without a preloaded dataset, and opens an interactive SQL shell
Feb 15, 2023 4 min read
Page 1 of 1
Dan The Engineer © 2025
Powered by Ghost