LogoLogo
codatum.comSign InStart for free
  • Introduction
  • Getting Started
    • Quick Start
    • Concept (Further reading)
      • Why did we a choose Block Editor over Cell-based Editor?
  • Connect and Manage Data
    • Connection
      • Sync Table Metadata
    • Supported Warehouses
      • BigQuery
      • Snowflake
      • Other Warehouses
    • Catalog
    • Search
  • Data Exploration
    • Data Exploration Overview
    • Notebook
      • Doc Page
      • Grid Page
      • SQL Block
      • Version
      • Notebook FAQ
    • Chart
    • Explorer
    • Parameter
    • (Appendix) Cache
  • AI Assist
    • SQL Assistant
  • Sharing
    • Sharing Overview
    • Teamspace
    • Shared Notebook
    • Report
    • Public Link
    • Signed Embed
      • How to Set Up Signed Embed
  • Account Management
    • Account
    • Account Settings
  • Workspace & User Management
    • Workspace
  • User Management
    • Invitation
    • Group
  • Security
    • Security Overview
  • Audit logs
  • IP Access Control
  • Access control
    • Access Control Overview
    • Access Control for Workspace
    • Access Control for Resources
      • Access Control for Group
      • Access Control for Teamspace
      • Access Control for Notebook
      • Access Control for Connection
      • Access Control for Report
  • [Under Construction] Plan and Billing
    • Limit and usage
    • Downgrade and cancel
  • Best Practices
    • Advanced Control Structures in SQL
  • Other considerations
    • System requirements
Powered by GitBook

Reference

  • Privacy policy
  • Terms of service
  • JP Docs Site
On this page
  • Caches in Warehouses
  • Small Caches in Notebooks and Reports

Was this helpful?

  1. Data Exploration

(Appendix) Cache

Additional information for cache.

PreviousParameterNextSQL Assistant

Last updated 7 months ago

Was this helpful?

In various scenes, we create and utilize caches with each query execution to prevent redundant background jobs.

This helps in reducing the amount of data scanned and in obtaining execution results faster.

Caches in Warehouses

If the SQL statement does not change, the warehouse-side cache (e.g., ) is used. When using SQL Chain, intermediate SQL results are automatically rewritten to use the cache table (it is also possible to disable the cache with an option).

Small Caches in Notebooks and Reports

SQL results of up to 1000 rows are stored within the Notebook or Report. Charts and other components can utilize these results up to 1000 rows (it is also possible to enable/disable this with an option).

If the same SQL is executed again within 24 hours, the saved display-ready data is retrieved and shown without running a new job.

cached query results in BigQuery