Skip to content

Commit a2878ce

Browse files
authored
Adding explicit TOC header
1 parent 68fc5fe commit a2878ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:project-version: 0.3.3
66
:name: Redis SQL Trino
77
:toc:
8+
:toc-title:
89
:toc-placement!:
910

1011
++++
@@ -29,6 +30,8 @@ Trino is a distributed SQL engine designed to query large data sets across one o
2930
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.
3031
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.
3132

33+
[discrete]
34+
== Table of Contents
3235
toc::[]
3336

3437
== Background

0 commit comments

Comments
 (0)