Skip to content

Commit 6ab1f0d

Browse files
authored
Add Accelerated Views cookbook recipe (#1004)
1 parent e0274a9 commit 6ab1f0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

website/src/pages/cookbook/_ignored.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ const recipes: RecipeData[] = [
129129
path: '/arrow/README.md',
130130
tags: ['acceleration', 'apache', 'arrow']
131131
},
132+
{
133+
title: 'Accelerated Views',
134+
description: 'Use view materialization for improved performance.',
135+
path: '/views/README.md',
136+
tags: ['acceleration', 'views']
137+
},
132138
// Data Connectors
133139
{
134140
title: 'PostgreSQL Connector',

0 commit comments

Comments
 (0)