Skip to content

Conversation

@bluestreak01
Copy link
Member

@bluestreak01 bluestreak01 commented Jan 13, 2026

Summary

  • Adds table_type column to distinguish tables (T), materialized views (M), and views (V)
  • Adds table_min_timestamp column showing minimum data timestamp in the table (updated on WAL merge)
  • Adds table_last_write_timestamp column for tracking TableWriter commit time
  • Clarifies table_max_timestamp to reflect actual maximum data timestamp, not write time
  • Renames dedup_row_count_since_start to wal_dedup_row_count_since_start for consistency with WAL-prefixed columns
  • Adds new example query for "Tables with most recent data"

Test plan

  • Verify documentation renders correctly in local dev server
  • Confirm column descriptions match actual QuestDB behavior
  • Check SQL examples are syntactically correct

🤖 Generated with Claude Code

… columns for clarity

The tables() meta function now exposes additional columns:
- table_type: distinguishes tables (T), materialized views (M), and views (V)
- table_min_timestamp: minimum data timestamp in the table (updated on WAL merge)
- table_last_write_timestamp: replaces the old table_max_timestamp behavior for tracking last write time
- table_max_timestamp: now reflects actual maximum data timestamp, not write time

Also renames dedup_row_count_since_start to wal_dedup_row_count_since_start for consistency with WAL-prefixed columns.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions
Copy link

github-actions bot commented Jan 13, 2026

🚀 Build success!

Latest successful preview: https://preview-323--questdb-documentation.netlify.app/docs/

Commit SHA: 68e0b8e

📦 Build generates a preview & updates link on each commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants