Skip to content

Commit 38f6026

Browse files
authored
Update README.adoc
1 parent 546e714 commit 38f6026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Query support includes SELECT statements across secondary indexes on both Redis
2525

2626
Trino is a distributed SQL engine designed to query large data sets across one or more heterogeneous data sources.
2727
Though Trino does support a https://trino.io/docs/current/connector/redis.html[Redis OSS connector], this connector is limited to SCAN and subsequent HGET operations, which do not scale well in high-throughput scenarios.
28-
However, that is where {name} shines since it can pushdown the entire query to the data atomically which eliminates the waste of many network hops and subsequent operations.
28+
However, that is where {name} shines since it can push the entire query to the data atomically. This eliminates the waste of many network hops and subsequent operations.
2929

3030
== Table of Contents
3131

0 commit comments

Comments
 (0)