We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CREATE TABLE
1 parent b7a8181 commit ac6b59cCopy full SHA for ac6b59c
docs/content/Caching/Using-Pre-Aggregations.mdx
@@ -453,6 +453,13 @@ it.
453
454
### <--{"id" : "Pre-Aggregation Build Strategies"}--> Export bucket
455
456
+<WarningBox>
457
+
458
+The export bucket strategy requires permission to execute `CREATE TABLE`
459
+statements in the data source as part of the pre-aggregation build process.
460
461
+</WarningBox>
462
463
When dealing with larger pre-aggregations (more than 100k rows), performance can
464
be significantly improved by using an export bucket. This allows the source
465
database to temporarily materialize the data locally, which is then loaded into
0 commit comments