Cockroach Labs
Official@cockroachlabs
The company building CockroachDB, the scalable, survivable SQL database.
Agent Skills by Cockroach Labs
Showing 10 vetted skills indexed across 1 GitHub repositories.
profiling-statement-fingerprints
Analyze historical SQL statement fingerprints from crdb_internal.statement_statistics for slow or resource-intensive patterns.
triaging-live-sql-activity
Identify long-running queries and active transactions on CockroachDB clusters using SHOW statements.
monitoring-background-jobs
Diagnose CockroachDB background job health using SHOW JOBS and SHOW AUTOMATIC JOBS.
profiling-transaction-fingerprints
Analyze crdb_internal.transaction_statistics to identify high-retry transactions and contention patterns.
auditing-table-statistics
Audit table statistics for staleness and coverage using SHOW STATISTICS.
analyzing-schema-change-storage-risk
Estimate CockroachDB schema change storage needs using per-index range sizes.
analyzing-range-distribution
Diagnose range distribution and fragmentation in CockroachDB using SHOW RANGES queries.
molt-verify
Compare source and target databases for schema and row-level consistency.
molt-fetch
Migrate data from PostgreSQL, MySQL, Oracle, and MSSQL into CockroachDB.
molt-replicator
Automate CDC replication setup from PostgreSQL, MySQL, and Oracle sources to CockroachDB.
Frequently Asked Questions About Cockroach Labs
FAQPage SchemaWhat specific tasks can I perform using these database management skills?▼
You can perform deep-dive performance analysis on SQL statement fingerprints, monitor background job health, audit table statistics for staleness, and diagnose range distribution fragmentation. Additionally, you can execute schema-level and row-level consistency verification between source and target database environments.
Which technical personas benefit most from these database management capabilities?▼
Database administrators, site reliability engineers, and backend architects managing high-availability distributed systems benefit most. These skills are designed for professionals tasked with maintaining cluster health, optimizing query performance, and executing complex data migrations across heterogeneous database environments.
What are the prerequisites for migrating data into a CockroachDB cluster?▼
Migration requires a source database connection from PostgreSQL, MySQL, Oracle, or MSSQL. You must have network connectivity to the target cluster and appropriate permissions to perform schema analysis and row-level data extraction for the verification and replication processes.