Parseable

Query


Parseable uses Apache DataFusion as its query engine, providing PostgreSQL-compatible SQL for telemetry data analysis.

How It Works

  1. Query is parsed and an execution plan is created
  2. Data manifest file filters relevant Parquet files based on column metadata and time range
  3. DataFusion reads only the required data via S3 GetRange API
  4. Results are returned with minimal I/O and cost

Supported Functions

Parseable supports all DataFusion SQL functions:

Key Capabilities

FeatureDescription
PostgreSQL syntaxFamiliar SQL with regex operators (~, ~*, !~, !~*)
Query analysisEXPLAIN ANALYZE for performance insights
Time-range filteringEfficient filtering via p_timestamp
AI query builderNatural language to SQL (Enterprise)

References:

Was this page helpful?

On this page