Skip to content

Commit ac6b59c

Browse files
authored
docs(caching): add note about export bucket requiring CREATE TABLE permission (cube-js#5304)
1 parent b7a8181 commit ac6b59c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/Caching/Using-Pre-Aggregations.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,13 @@ it.
453453

454454
### <--{"id" : "Pre-Aggregation Build Strategies"}--> Export bucket
455455

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+
456463
When dealing with larger pre-aggregations (more than 100k rows), performance can
457464
be significantly improved by using an export bucket. This allows the source
458465
database to temporarily materialize the data locally, which is then loaded into

0 commit comments

Comments
 (0)