Commit 80538c7
Add storage policy documentation (#414)
## Summary
- Add new **Storage Policy** concept page (`concepts/storage-policy.md`)
documenting the Enterprise feature for automated partition lifecycle
management (convert to Parquet, drop native, drop local, drop remote)
- Add new **ALTER TABLE SET STORAGE POLICY** SQL reference page
(`query/sql/alter-table-set-storage-policy.md`) with full syntax,
constraints, permissions, and examples
- Add `STORAGE POLICY` clause documentation to the **CREATE TABLE**
reference page
- Update **data-retention.md** to list storage policies as a third
retention approach alongside TTL and manual `DROP PARTITION`
- Update **storage-engine.md** to reference storage policies for
automatic Parquet conversion (replacing the previous object storage
mention)
- Add cross-reference from **TTL** concept page to the new storage
policy docs
- Register both new pages in `sidebars.js`
## Test plan
- [x] Verify `yarn build` succeeds with no broken links
- [x] Check sidebar navigation includes the new pages under Concepts and
SQL Reference
- [x] Confirm cross-links between storage policy, TTL, data retention,
and CREATE TABLE pages resolve correctly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: javier ramírez <javier@questdb.io>
Co-authored-by: Vlad Ilyushchenko <bluestreak@gmail.com>1 parent ccf2c5d commit 80538c7
23 files changed
Lines changed: 1202 additions & 30 deletions
File tree
- documentation
- architecture
- concepts
- configuration
- configuration-utils
- getting-started
- high-availability
- operations
- query
- functions
- sql
- security
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
339 | 349 | | |
340 | 350 | | |
341 | 351 | | |
| |||
592 | 602 | | |
593 | 603 | | |
594 | 604 | | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
595 | 608 | | |
596 | 609 | | |
597 | 610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
0 commit comments