-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from skysqlinc/fix-links-2
Major cleanup and reformatting of pages.
- Loading branch information
Showing
51 changed files
with
702 additions
and
776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Maintenance Windows | ||
|
||
Maintenance windows are a scheduled period of time when hardware, network, software, or configuration changes can be applied, and processes can be restarted. | ||
|
||
For Foundation Tier customers, maintenance windows are predefined by region. | ||
|
||
For Power Tier customers, maintenance windows are customer-selected. | ||
|
||
Notice is provided to customers in advance of maintenance. SkyDBA customers are asked to confirm maintenance prior to scheduled start. | ||
|
||
## View Current Maintenance Window | ||
|
||
For Foundation Tier, to view the maintenance widown, Go to "Your services" and then "Details". | ||
|
||
On Power Tier, to show the current maintenance window for a service: | ||
|
||
1. Go to "Your services" page (top choice in left navigation). | ||
|
||
2. Click the ">" to the left of the desired service. | ||
|
||
3. The current maintenance window is shown in the "Customization" section. | ||
|
||
## Choose Maintenance Window | ||
|
||
A maintenance window selection applies to all services within a region. | ||
|
||
For Power Tier customers, maintenance windows are customer-selected: | ||
|
||
- A menu of supported maintenance windows is presented at time of service launch. | ||
|
||
- Maintenance windows may be changed after service launch, once a service reaches "Healthy" state. | ||
|
||
Maintenance windows can be updated at time of service launch, or on-demand: | ||
|
||
1. Go to "Your services" page (top choice in left navigation). | ||
|
||
2. Click the ">" to the left of the desired service. | ||
|
||
3. The current maintenance window is shown in the "Customization" section. | ||
|
||
4. Click on the triangle at the right of the "Maintenance window" to see a drop down display of available maintenance windows. | ||
|
||
5. Select the desired maintenance window and click on the "Save" button. This change will be applied to all services in the region. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# MaxScale Redundancy | ||
|
||
MariaDB MaxScale serves as the load balancer in certain SkySQL topologies. | ||
|
||
SkySQL supports MaxScale Redundancy as an option at time of launch: | ||
|
||
- This feature is not enabled by default. By default, topologies that use MaxScale contain only one MaxScale node. | ||
|
||
- When MaxScale Redundancy is selected, MaxScale nodes are deployed in a highly available (HA) active-active configuration behind round robin load balancing. | ||
|
||
- When MaxScale Redundancy is enabled, MaxScale instance size can be selected. | ||
|
||
- MaxScale Redundancy is available to Power Tier customers. | ||
|
||
## Compatibility | ||
|
||
- Replicated Transactions | ||
|
||
## Enable MaxScale Redundancy | ||
|
||
1. Launch a SkySQL service: | ||
|
||
- Check the "Enable MaxScale Redundancy" checkbox. | ||
|
||
- Choose the [MaxScale instance size](<../Reference Guide/Instance Size Choices.md>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Pricing | ||
|
||
SkySQL pricing information is shown at time of service launch. | ||
|
||
Pricing shown within the SkySQL interface is an estimate of the cost of using SkySQL services based on your specified usage parameters. Pricing information is shown at time of service launch and subsequently as estimated charges. | ||
|
||
The cost shown is not a quote and does not guarantee the cost for your actual use of SkySQL services. | ||
|
||
## Estimated Pricing | ||
|
||
The cost estimate may vary from your actual costs for several reasons, including: | ||
|
||
- **Actual usage**: Your actual cost will be based on your actual use of the services, not the estimate. | ||
|
||
- **Region**: The prices for SkySQL services may vary between regions. Using a different region than the one selected may affect the results. | ||
|
||
- **Price changes**: On-demand pricing for most services may change over time. If you buy services on-demand, your bill may be less or more than estimated based on the current on-demand rates. | ||
|
||
- **Taxes**: The estimate does not include any taxes that may be applied to your purchase of the services. | ||
|
||
- **Time frame assumptions**: On-demand monthly pricing assumes that your instance or node runs for a 730 hour month. The estimate does not account for leap years, which add one additional day (24 hours). | ||
|
||
- **Promotional credits and discounts**: The estimate does not account for promotional credits or other discounts. | ||
|
||
- **Monthly billing period**: MariaDB bills on a monthly basis. If your utilization starts mid-month, you will only see a portion of an actual month's full costs on your invoice. | ||
|
||
- **Rounding**: Estimated fees include mathematical rounding of pricing data. | ||
|
||
- **Scale fabric**: Scale fabric costs represent the additional network, host, and backup infrastructure needed to support multi-node topologies. In addition to multi-node topologies, this cost also applies to the Distributed Transactions topology when deployed with 1 Xpand node, since infrastructure is present to support scale-up to a multi-node configuration. | ||
|
||
- **Previous services**: The estimate is only for the service being launched and does not account for other current or previous charges to the SkySQL account. | ||
|
||
- **Cross-Region Replicas**: The estimate does not include cross-region replicas. | ||
|
||
- **Currency**: Estimates are provided in either US dollars or Euros depending on your account address country. Your actual cost will be based on US dollar pricing with a conversion to Euros depending on your account address country. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.