-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature-matrix.json
More file actions
18 lines (18 loc) · 1.13 KB
/
Copy pathfeature-matrix.json
File metadata and controls
18 lines (18 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"matrixVersion": 2,
"version": "1.1.0",
"storage": ["paged files", "CRC-32C", "WAL", "crash recovery", "B+ tree", "overflow LOB"],
"sql": ["DDL", "DML", "DCL", "transactions", "schemas", "INFORMATION_SCHEMA", "joins", "aggregates", "derived tables", "correlated subqueries", "recursive CTE", "window functions", "MERGE", "triggers", "sequences", "single-statement stored procedures"],
"operations": ["client/server", "native TLS 1.3/X.509", "certificate pinning", "backup/restore", "PITR", "hot standby", "check", "migration", "vacuum"],
"nativePlatforms": ["Windows x64 PE", "Linux x64 ELF"],
"applications": {
"windows-x64": ["minisqld", "minisql", "minisql-check", "minisql-backup", "minisql-migrate", "minisql-admin"],
"linux-x64": ["minisqld", "minisql", "minisql-check", "minisql-backup", "minisql-migrate"]
},
"readiness": {
"windows-x64": "complete 106-phase release gate and concurrent-server acceptance",
"linux-x64": "focused portable gate with concurrent multi-client server and native TLS; full 106-phase release matrix remains Windows-specific"
},
"databaseFormatVersion": 1,
"wireProtocolVersion": 1
}