Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
Labs

Bigtable Schema Design and CLI Operations

Welcome to the guided lab on Bigtable Schema Design and CLI Operations. This lab is for data engineers who need to design high-throughput operational tables that still support fast, targeted reads. You’ll create a Cloud Bigtable instance and table, load a small dataset, and use the CLI to query data using prefix and regex filters. You’ll also encounter a realistic failure state, hotspotting caused by a poor row key design, observe the impact, and redesign the schema to distribute traffic and improve read efficiency. By the end, you’ll be able to design row keys that scale, avoid hotspots, and query Bigtable efficiently using CLI-based filters.

Lab platform
Lab Info
Level
Intermediate
Last updated
Mar 13, 2026
Duration
30m

Contact sales

By clicking submit, you agree to our Privacy Policy and Terms of Use, and consent to receive marketing emails from Pluralsight.
Table of Contents
  1. Challenge

    Create a Cloud Bigtable Instance and Table Using the cbt CLI
    1. Verify CLI/tooling access and set the active project/region context.
    2. Create a Bigtable instance sized for fast lab feedback (development instance).
    3. Create a table and at least one column family aligned to the access pattern (operational event storage).
  2. Challenge

    Design Row Keys that Prevent Hotspotting and Support Efficient Queries
    1. Review the initial (naive) row key design and the team’s primary query patterns.
    2. Observe the failure: identify how the naive key layout leads to hotspotting or inefficient query behavior.
    3. Redesign the row key using a scalable pattern (e.g., hashed/salted prefix, reversed timestamp, and composite keys).
    4. Recreate or migrate data into the improved schema and compare the behavior.
  3. Challenge

    Query Bigtable Using Prefix and Regex Filters to Retrieve Targeted Data
    1. Use cbt reads to retrieve rows by prefix aligned to query patterns (per-customer or per-order lookups).
    2. Apply regex filters to narrow results without scanning unrelated keys.
    3. Validate that the improved row key design makes these queries practical and predictable at scale.
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight