mirror of https://github.com/apache/druid.git
fix small README typo (#17114)
This commit is contained in:
parent
3d45f9829c
commit
40572360c5
|
@ -23,7 +23,7 @@ This extension provides a gRPC API for SQL and Native queries.
|
||||||
|
|
||||||
Druid uses REST as its RPC protocol. Druid has a large variety of REST operations
|
Druid uses REST as its RPC protocol. Druid has a large variety of REST operations
|
||||||
including query, ingest jobs, monitoring, configuration and many more. Although
|
including query, ingest jobs, monitoring, configuration and many more. Although
|
||||||
REST is a universally supported RPC format, is not the only one in use. This
|
REST is a universally supported RPC format, it is not the only one in use. This
|
||||||
extension allows gRPC-based clients to issue SQL queries.
|
extension allows gRPC-based clients to issue SQL queries.
|
||||||
|
|
||||||
Druid is optimized for high-concurrency, low-complexity queries that return a
|
Druid is optimized for high-concurrency, low-complexity queries that return a
|
||||||
|
|
Loading…
Reference in New Issue