ContextQMD
Libraries
Rankings
Queue
About
Log in
Get started
Open menu
Back to Libraries
Yugabyte Db
yugabyte-db
GitHub
yugabyte-db
yugabyte/yugabyte-db
yugabytedb
yugabyteyugabytedb
yugabyte
Homepage
8 versions
6096 pages (2025.2.3.0-b106)
5 aliases
8
Versions
6096
Pages (2025.2.3.0-b106)
5
Aliases
Pages
Versions
Usage
2025.2.3.0-b106
▼
stable
AWS
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
1.3 KB
Full page
Motivation
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
9.0 KB
Full page
AutoFlags
How to add a new AutoFlag
How to choose the AutoFlag class
When is the AutoFlag promoted
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
5.2 KB
Full page
Business continuity and disaster recovery
Option 2: two data centers with asynchronous replication
Failover scenarios
Planned failover flow
Unplanned failover flow
+4 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
5.5 KB
Full page
Distributed Backup And Restore
2. Recency of updates
3. Efficiency for large data set sizes
4. No dependency on cluster configuration or deployment topology
5. Support for secure clusters
+9 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
10.2 KB
Full page
Point In Time Recovery and Incremental Backups
1. RPO needs to be low
2. Impact on cluster / cost should be low
3. RTO needs to be reasonable
4. Enabled at a namespace level
+21 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
15.2 KB
Full page
Automatic Re-sharding of Data with Tablet Splitting
2. Low-cardinality primary keys
3. Small tables that become very large
Identifying tablets to split
Initiating a split
+7 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
10.6 KB
Full page
Introduction
CREATE PUBLICATION
Examples
ALTER PUBLICATION
Examples
+15 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
16.0 KB
Full page
Encryption At Rest in YugabyteDB
Assumptions
Basic Concepts
Data Key Management
Option 1: Store keys in an external registry.
+18 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
13.5 KB
Full page
Raft Enhancements in DocDB
What causes the high latency?
How do leader leases work?
Group Commits
Leader Balancing
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
10.9 KB
Full page
Images for the design documents
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
33 B
Full page
Online Index Backfill
Intermediate states of the index table
The index backfill algorithm
1. Handle `CREATE INDEX` statement at YB-TServer
2. Create the index table
+9 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
14.7 KB
Full page
Online Schema Migrations
Applying schema migrations
Definition 1
Definition 2
Applying a schema change
+13 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
26.4 KB
Full page
Platform Alerting and Notification
View Alerts
Alert destinations
PagerDuty
Slack
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
7.6 KB
Full page
xCluster replication management through Platform
Show configured replication
Start/Pause/Resume replication
Validate replication
Change replication
+3 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
7.8 KB
Full page
README
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
2.0 KB
Full page
Supporting SAVEPOINTS in YSQL
1. Managing subtransaction state
2. Persistence-layer format
3. Committing a transaction
4. Applying a transaction
+1 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
5.5 KB
Full page
Smart JDBC driver for YSQL
Cluster Awareness to eliminate need for a load balancer
Topology Awareness to enable geo-partitioned apps
Shard Awareness for high performance
Design
+4 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
5.2 KB
Full page
Spring Data YugabyteDB Design Details
YCQL
Requirements of Spring Data Projects
Spring Data YSQL
YugabyteDB YSQL Dependency
+4 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
5.7 KB
Full page
Vector indexing architecture in YugabyteDB
Architecture overview
Reusing the pgvector interface
Copartitioning the vector index with the indexed table
Vector LSM internals
+10 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
32.0 KB
Full page
Wait On Conflict Functional Spec
1 Introduction
PostgreSQL supports 4 types of row-level locks -
PostgreSQL has two notions of conflict -
Fail-on-Conflict in YSQL -
+7 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
18.3 KB
Full page
YSQL Tablespaces
Creating Tablespaces
Examples
Creating Tables/Indexes in Tablespaces
Drop Tablespace
+8 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
14.6 KB
Full page
Ysql Collation Support
1 Collations in Postgres
2 Postgres Collation Tie-Breaker
3 Pattern Matching Operators
4 Abbreviated Key Sorting in Postgres
+13 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
46.5 KB
Full page
Colocated Tables
1. Small datasets needing HA or geo-distribution
2. Large datasets - a few large tables with many small tables
3. Scaling the number of databases, each database with a small dataset
Tradeoffs
+25 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
15.9 KB
Full page
YSQL GIN indexes
amapi
Build
Insert
Select
+7 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
4.8 KB
Full page
YSQL Table Partitioning
Types of partitioning
Range Partitioning
List Partitioning
Hash Partitioning
+14 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
17.2 KB
Full page
Tablegroups
Catalog Manager Changes
Postgres system metadata
CREATE TABLEGROUP
DROP TABLEGROUP
+9 more
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
15.1 KB
Full page
README
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
39 B
Full page
YugabyteDB Docs
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
309 B
Full page
YugabyteDB Grafana Dashboard
Prometheus configuration
github.com/yugabyte/yugabyte-db/blob/2025.2.3.0...
3.4 KB
Full page
1–30 of 6096
1
2
3
4
5
…
204
Page 1