Skip to content

Commit 4b85612

Browse files
committed
docs: A few notes
1 parent 31d4b46 commit 4b85612

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/pages/product/caching/running-in-production.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,28 @@ Refresh worker should be able to finish pre-aggregation refresh before
325325
garbage collection starts. It means that all pre-aggregation partitions
326326
should be built before any tables are removed.
327327

328+
#### Supported file systems
329+
330+
The garbage collection mechanism relies on the ability of the underlying file
331+
system to report the creation time of a file.
332+
333+
If the file system does not support getting the creation time, you will see the
334+
following error message in Cube Store logs:
335+
336+
```
337+
ERROR [cubestore::remotefs::cleanup] <pid:1>
338+
error while getting created time for file "<name>.chunk.parquet":
339+
creation time is not available for the filesystem
340+
```
341+
342+
<ReferenceBox>
343+
344+
XFS is known to not support getting the creation time of a file.
345+
Please see [this issue](https://github.com/cube-js/cube/issues/7905#issuecomment-2504212623)
346+
for possible workarounds.
347+
348+
</ReferenceBox>
349+
328350
## Security
329351

330352
### Authentication

docs/pages/reference/data-model/pre-aggregations.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,13 @@ cubes:
16351635
16361636
</CodeTabs>
16371637
1638+
<ReferenceBox>
1639+
1640+
In some cases, indexes would not work with `original_sql` pre-aggregations.
1641+
Please [track this issue](https://github.com/cube-js/cube/issues/7420).
1642+
1643+
</ReferenceBox>
1644+
16381645
#### `type`
16391646

16401647
This option is used to define [aggregating indexes][ref-aggregating-indexes]

0 commit comments

Comments
 (0)