We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0274a9 commit 6ab1f0dCopy full SHA for 6ab1f0d
1 file changed
website/src/pages/cookbook/_ignored.tsx
@@ -129,6 +129,12 @@ const recipes: RecipeData[] = [
129
path: '/arrow/README.md',
130
tags: ['acceleration', 'apache', 'arrow']
131
},
132
+ {
133
+ title: 'Accelerated Views',
134
+ description: 'Use view materialization for improved performance.',
135
+ path: '/views/README.md',
136
+ tags: ['acceleration', 'views']
137
+ },
138
// Data Connectors
139
{
140
title: 'PostgreSQL Connector',
0 commit comments