This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new ad53ab279c1 IGNITE-28179 doc formatting: Add paged result fetching for
CLI SQL (#7746)
ad53ab279c1 is described below
commit ad53ab279c1de045ebfc8202131fadd359045bb9
Author: jinxxxoid <[email protected]>
AuthorDate: Tue Mar 10 21:04:07 2026 +0400
IGNITE-28179 doc formatting: Add paged result fetching for CLI SQL (#7746)
---
.../administrators-guide/config/cli-config.md | 33 +++++++++++-----------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git
a/docs/versioned_docs/version-3.0.0/administrators-guide/config/cli-config.md
b/docs/versioned_docs/version-3.0.0/administrators-guide/config/cli-config.md
index 5d9fba5615b..d45965e6b48 100644
---
a/docs/versioned_docs/version-3.0.0/administrators-guide/config/cli-config.md
+++
b/docs/versioned_docs/version-3.0.0/administrators-guide/config/cli-config.md
@@ -40,23 +40,24 @@ ignite.jdbc.trust-store.path=
ignite.auth.basic.password=
```
-| Property | Default | Description |
-|----------|---------|-------------|
-| ignite.jdbc.key-store.path | | Path to the JDBC keystore file. |
-| ignite.cluster-endpoint-url | http://127.0.1.1:10300 | |
-| ignite.jdbc.client-auth | | If JDBC client authorization is enabled in CLI.
|
-| ignite.rest.key-store.password | | |
-| ignite.jdbc.key-store.password | | |
-| ignite.cli.sql.multiline | true | Enables multiline input mode for SQL
commands in the CLI. |
-| ignite.cli.syntax-highlighting | true | Enables syntax highlighting in CLI
output. |
-| ignite.rest.trust-store.path | | |
-| ignite.jdbc.trust-store.password | | |
-| ignite.auth.basic.username | | |
+| Property | Default | Description |
+|----------|-----------------------------------|-------------|
+| ignite.jdbc.key-store.path | | Path to the
JDBC keystore file. |
+| ignite.cluster-endpoint-url | http://127.0.1.1:10300 | |
+| ignite.jdbc.client-auth | | If JDBC client
authorization is enabled in CLI. |
+| ignite.rest.key-store.password | | |
+| ignite.jdbc.key-store.password | | |
+| ignite.cli.sql.multiline | true | Enables
multiline input mode for SQL commands in the CLI. |
+|ignite.cli.sql.display-page-size| 1000 |The number of rows fetched and
displayed per page when executing SQL queries in the REPL. |
+| ignite.cli.syntax-highlighting | true | Enables
syntax highlighting in CLI output. |
+| ignite.rest.trust-store.path | | |
+| ignite.jdbc.trust-store.password | | |
+| ignite.auth.basic.username | | |
| ignite.jdbc-url | jdbc:ignite:thin://127.0.0.1:10800 | |
-| ignite.rest.key-store.path | | |
-| ignite.rest.trust-store.password | | |
-| ignite.jdbc.trust-store.path | | |
-| ignite.auth.basic.password | | |
+| ignite.rest.key-store.path | | |
+| ignite.rest.trust-store.password | | |
+| ignite.jdbc.trust-store.path | | |
+| ignite.auth.basic.password | | |
## Configuration Profiles