Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docs/sql_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```

:::note
Incremental queries are currently not supported for Merge-on-Read (MoR) tables with partial updates.
:::

:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC queries above, since they amortize the cost of compactions across your data lake.
For e.g the table has received 10 million modifications across 1 million records over a time window, incremental queries can fetch the latest value for
Expand Down
4 changes: 4 additions & 0 deletions website/versioned_docs/version-1.0.0/sql_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```

:::note
Incremental queries are currently not supported for Merge-On-Read (MOR) tables with partial updates.
:::

:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC queries above, since they amortize the cost of compactions across your data lake.
For e.g the table has received 10 million modifications across 1 million records over a time window, incremental queries can fetch the latest value for
Expand Down
4 changes: 4 additions & 0 deletions website/versioned_docs/version-1.0.1/sql_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```

:::note
Incremental queries are currently not supported for Merge-On-Read (MOR) tables with partial updates.
:::

:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC queries above, since they amortize the cost of compactions across your data lake.
For e.g the table has received 10 million modifications across 1 million records over a time window, incremental queries can fetch the latest value for
Expand Down
4 changes: 4 additions & 0 deletions website/versioned_docs/version-1.0.2/sql_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```

:::note
Incremental queries are currently not supported for Merge-On-Read (MOR) tables with partial updates.
:::

:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC queries above, since they amortize the cost of compactions across your data lake.
For e.g the table has received 10 million modifications across 1 million records over a time window, incremental queries can fetch the latest value for
Expand Down
4 changes: 4 additions & 0 deletions website/versioned_docs/version-1.1.1/sql_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ FROM hudi_table_changes(
)
```

:::note
Incremental queries are currently not supported for Merge-On-Read (MOR) tables with partial updates.
:::

:::info Incremental vs CDC Queries
Incremental queries offer even better query efficiency than even the CDC queries above, since they amortize the cost of compactions across your data lake.
For e.g the table has received 10 million modifications across 1 million records over a time window, incremental queries can fetch the latest value for
Expand Down