You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/v3-enterprise-get-started/_index.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -963,19 +963,18 @@ Congratulations, you have a robust setup to workload isolation using {{% product
963
963
964
964
### Writing and Querying for Multi-Node Setups
965
965
966
-
If you’re running {{% product-name %}} in a single-instance setup, writing and querying is the same as for {{% product-name %}}.
967
966
You can use the default port `8181` for any write or query, without changing any of the commands.
968
967
969
968
> [!Note]
970
969
> #### Specify hosts for writes and queries
971
970
>
972
-
> To benefit from this multi-node, isolated architecture specify hosts:
971
+
> To benefit from this multi-node, isolated architecture, specify hosts:
973
972
>
974
-
> - In write requests, specify a host designated for _write-only_
975
-
> - In query requests, specify a host designated for _read-only
973
+
> - In write requests, specify a host designated for _write-only_.
974
+
> - In query requests, specify a host designated for _read-only_.
976
975
>
977
-
> When running multiple local instances for testing, or separate nodes in production, specifying the host ensures writes and queries are routed to the correct instance.
978
-
> If you run locally and serve an instance on 8181 (the default port), then you don’t need to specify the host.
976
+
> When running multiple local instances for testing or separate nodes in production, specifying the host ensures writes and queries are routed to the correct instance.
977
+
> If you run locally and serve an instance on 8181 (the default port), you don’t need to specify the host.
0 commit comments