Skip to content

Commit

Permalink
Virtual schema docs (#8909)
Browse files Browse the repository at this point in the history
Virtual schema docs
  • Loading branch information
ericharmeling authored Mar 24, 2021
1 parent 5f7918b commit ad74964
Show file tree
Hide file tree
Showing 14 changed files with 1,010 additions and 119 deletions.
111 changes: 70 additions & 41 deletions _includes/sidebar-data-v20.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,12 +1190,6 @@
"/${VERSION}/sql-feature-support.html"
]
},
{
"title": "Name Resolution",
"urls": [
"/${VERSION}/sql-name-resolution.html"
]
},
{
"title": "SQL Statements",
"items": [
Expand Down Expand Up @@ -2200,6 +2194,47 @@
}
]
},
{
"title": "Name Resolution",
"urls": [
"/${VERSION}/sql-name-resolution.html"
]
},
{
"title": "System Catalogs",
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/system-catalogs.html"
]
},
{
"title": "<code>crdb_internal</code>",
"urls": [
"/${VERSION}/crdb-internal.html"
]
},
{
"title": "<code>information_schema</code>",
"urls": [
"/${VERSION}/information-schema.html"
]
},
{
"title": "<code>pg_catalog</code>",
"urls": [
"/${VERSION}/pg-catalog.html"
]
},
{
"title": "<code>pg_extension</code>",
"urls": [
"/${VERSION}/pg-extension.html"
]
}
]
},
{
"title": "Transactions",
"items": [
Expand All @@ -2223,6 +2258,35 @@
}
]
},
{
"title": "Performance Optimization",
"items": [
{
"title": "Indexes",
"urls": [
"/${VERSION}/indexes.html"
]
},
{
"title": "Interleaved Tables",
"urls": [
"/${VERSION}/interleave-in-parent.html"
]
},
{
"title": "Cost-Based Optimizer",
"urls": [
"/${VERSION}/cost-based-optimizer.html"
]
},
{
"title": "Vectorized Execution",
"urls": [
"/${VERSION}/vectorized-execution.html"
]
}
]
},
{
"title": "Spatial Features",
"items": [
Expand Down Expand Up @@ -2384,41 +2448,6 @@
}
]
},
{
"title": "Performance Optimization",
"items": [
{
"title": "Indexes",
"urls": [
"/${VERSION}/indexes.html"
]
},
{
"title": "Interleaved Tables",
"urls": [
"/${VERSION}/interleave-in-parent.html"
]
},
{
"title": "Cost-Based Optimizer",
"urls": [
"/${VERSION}/cost-based-optimizer.html"
]
},
{
"title": "Vectorized Execution",
"urls": [
"/${VERSION}/vectorized-execution.html"
]
}
]
},
{
"title": "Information Schema",
"urls": [
"/${VERSION}/information-schema.html"
]
},
{
"title": "Experimental Features",
"urls": [
Expand Down
112 changes: 71 additions & 41 deletions _includes/sidebar-data-v21.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1219,12 +1219,6 @@
"/${VERSION}/sql-feature-support.html"
]
},
{
"title": "Name Resolution",
"urls": [
"/${VERSION}/sql-name-resolution.html"
]
},
{
"title": "SQL Statements",
"items": [
Expand Down Expand Up @@ -2229,6 +2223,48 @@
}
]
},

{
"title": "Name Resolution",
"urls": [
"/${VERSION}/sql-name-resolution.html"
]
},
{
"title": "System Catalogs",
"items": [
{
"title": "Overview",
"urls": [
"/${VERSION}/system-catalogs.html"
]
},
{
"title": "<code>crdb_internal</code>",
"urls": [
"/${VERSION}/crdb-internal.html"
]
},
{
"title": "<code>information_schema</code>",
"urls": [
"/${VERSION}/information-schema.html"
]
},
{
"title": "<code>pg_catalog</code>",
"urls": [
"/${VERSION}/pg-catalog.html"
]
},
{
"title": "<code>pg_extension</code>",
"urls": [
"/${VERSION}/pg-extension.html"
]
}
]
},
{
"title": "Transactions",
"items": [
Expand All @@ -2252,6 +2288,35 @@
}
]
},
{
"title": "Performance Optimization",
"items": [
{
"title": "Indexes",
"urls": [
"/${VERSION}/indexes.html"
]
},
{
"title": "Interleaved Tables",
"urls": [
"/${VERSION}/interleave-in-parent.html"
]
},
{
"title": "Cost-Based Optimizer",
"urls": [
"/${VERSION}/cost-based-optimizer.html"
]
},
{
"title": "Vectorized Execution",
"urls": [
"/${VERSION}/vectorized-execution.html"
]
}
]
},
{
"title": "Spatial Features",
"items": [
Expand Down Expand Up @@ -2413,41 +2478,6 @@
}
]
},
{
"title": "Performance Optimization",
"items": [
{
"title": "Indexes",
"urls": [
"/${VERSION}/indexes.html"
]
},
{
"title": "Interleaved Tables",
"urls": [
"/${VERSION}/interleave-in-parent.html"
]
},
{
"title": "Cost-Based Optimizer",
"urls": [
"/${VERSION}/cost-based-optimizer.html"
]
},
{
"title": "Vectorized Execution",
"urls": [
"/${VERSION}/vectorized-execution.html"
]
}
]
},
{
"title": "Information Schema",
"urls": [
"/${VERSION}/information-schema.html"
]
},
{
"title": "Experimental Features",
"urls": [
Expand Down
Loading

0 comments on commit ad74964

Please sign in to comment.