Skip to content

Commit 0e7c24d

Browse files
authored
fix typo
1 parent efc48d3 commit 0e7c24d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/blog/2026-04-16-fluss-realtime-profiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the profile is maintained inside Fluss as events arrive, using the Aggregation M
3535
The stream and the profile are the same system, with the same consistency model and the same recovery guarantees.
3636

3737
This has a meaningful downstream effect: any consumer that can read Fluss gets profiles for free.
38-
An OLAP engine like StarRocks or DucksDB can query the profile tables directly, nothing changes about how they work,
38+
An OLAP engine like StarRocks or DuckDB can query the profile tables directly, nothing changes about how they work,
3939
they simply no longer have to own the profile state.
4040

4141
AI applications and feature stores can read the same bitmap-structured groups for real-time feature serving.
@@ -384,4 +384,4 @@ The three components work together:
384384
* **Roaring Bitmaps** give compressed, exact-count set representations for entity populations that can reach hundreds of millions of members
385385
* **The Aggregation Merge Engine** gives those sets a storage-layer home with correct semantics for incremental updates and replay-safe recovery — driven by the Flink connector's UndoRecoveryOperator
386386

387-
The result is a profile infrastructure that answers "what do we know about this entity right now?" with data that is seconds old instead of hours old, applicable wherever events drive decisions, and correct under the failure conditions that production streaming systems encounter every day.
387+
The result is a profile infrastructure that answers "what do we know about this entity right now?" with data that is seconds old instead of hours old, applicable wherever events drive decisions, and correct under the failure conditions that production streaming systems encounter every day.

0 commit comments

Comments
 (0)