Skip to content

Commit bed49cc

Browse files
committed
docs: remove product mentions from composability section
1 parent ec7c417 commit bed49cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/why-querymode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ These do real query optimization work:
7474

7575
The difference: you can see every stage, swap implementations, inject custom logic between operators, and control the memory budget. The plan isn't a black box.
7676

77-
## Composable — even if Cloudflare ships native OLAP
77+
## Composable by design
7878

79-
Cloudflare may eventually ship a native analytics engine. That would be a fixed engine with a fixed query language. QueryMode is composable: operators are building blocks your code assembles. You can put an [ML scoring function between pipeline stages](/querymode/operators/#compose-operators-directly), swap the sort algorithm, or inject a rate limiter between scan and filter. A black-box engine can't do that — no matter how fast it is.
79+
Fixed query engines give you a query language and a black box. QueryMode gives you building blocks. You can put an [ML scoring function between pipeline stages](/querymode/operators/#compose-operators-directly), swap the sort algorithm, or inject a rate limiter between scan and filter. The pipeline is your code — not a planner you can't see inside.
8080

8181
## Governance
8282

0 commit comments

Comments
 (0)