File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,28 @@ Refresh worker should be able to finish pre-aggregation refresh before
325325garbage collection starts. It means that all pre-aggregation partitions
326326should 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
Original file line number Diff line number Diff 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
16401647This option is used to define [aggregating indexes][ref-aggregating-indexes]
You can’t perform that action at this time.
0 commit comments