Skip to content

Commit 684b109

Browse files
authored
Merge pull request #106 from skysqlinc/enterprise-community
final set of replacements
2 parents 1b9f9be + 7fced5e commit 684b109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Connecting to SkySQL DBs/Connect from MongoDB clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For detailed information on supported commands, see "[NoSQL Protocol Module](htt
1111

1212
# Enable Support for NoSQL
1313

14-
1. When [launching](<../Portal features/Launch page.md>) Enterprise Server With Replica(s), after defining the service name, expand the "Additional options" section.
14+
1. When [launching](<../Portal features/Launch page.md>) Mariadb Server With Replica(s), after defining the service name, expand the "Additional options" section.
1515
2. Check the "Enable support for NoSQL" checkbox.
1616

1717
# Available Clients

docs/Data loading, Migration/Migrate-your-database-to-SkySQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Below are the most common scenarios for database migration to SkySQL.
2121
Ensure that your SkySQL servce deploymned configuration is compatible with your existing source database one, including:
2222
<ul>
2323
<li><b>Deployment region</b> - Ensure that the SkySQL deployment region is the same as the source database region.</li>
24-
<li><b>Topology</b> - Enterprise Server Single node or with Replica(s)</li>
24+
<li><b>Topology</b> - Mariadb Server Single node or with Replica(s)</li>
2525
<li> <b>Server version</b> - Ensure that the SkySQL server version is compatible with the source database version. </li>
2626
<li><b>Instance size</b> - Ensure that the SkySQL instance is compatible with the source database instance type and size</li>
2727
<li><b>Storage</b> - Ensure that the SkySQL storage type and size is compatible with the source database</li>

docs/SkyCopilot Guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To analyze slow queries, you need to turn on 'Slow query' logging. The `slow_que
111111

112112
It is recommended you start with a high `slow_query_time`, implement a `log_slow_rate_limit`, and disable logging when not in use.
113113

114-
If using SkySQL, go to Config Manager to see all the current configuration templates. If you are using the default config ("SkySQL Default - Enterprise Server..."), click the 'Create New' button, and change the following settings:
114+
If using SkySQL, go to Config Manager to see all the current configuration templates. If you are using the default config ("SkySQL Default - Mariadb Server..."), click the 'Create New' button, and change the following settings:
115115

116116
* Change 'slow\_query\_log' to `ON`. Change 'log\_output' to `TABLE` (defaults to `FILE`).
117117
* Adjust the 'long\_query\_time' if required (Defaults to 10 secs). **Caution:** If 'long\_query\_time' is set too low, you could substantially increase the load. You can check the global status variable `slow_queries` to tune the `long_query_time`.

0 commit comments

Comments
 (0)