Skip to content

Commit

Permalink
updated workspace setting
Browse files Browse the repository at this point in the history
  • Loading branch information
samzhou2 committed Oct 10, 2024
1 parent 0cb48dd commit 6769451
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 25 deletions.
42 changes: 24 additions & 18 deletions modules/cloud4/modules/billing-manager/pages/pricing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,22 @@ Platform
++++

== Compute Pricing
Compute resources on TigerGraph Cloud 4 are billed based on the number of TCRs consumed per hour.

=== TigerGraph Credits
Compute resources on TigerGraph Cloud 4 consume a fixed number of TigerGraph Credits (TCR) per hour and can be scaled up or down to adjust performance levels.
[cols="2", separator=¦ ]
|===
¦ 1 TCR = ¦ $4.00

|===
A TigerGraph Credit (TCR) is a unit that represents the cost of using compute resources on TigerGraph Cloud. By using TCRs, you can easily scale your compute resources up or down to meet your performance needs without worrying about complex pricing structures.

The exchange rate for TigerGraph Credits is straightforward:

.1 TCR = $4.00


This means that for every TigerGraph Credit you consume, you will be billed $4.00.

=== Compute Pricing Table

The following table outlines the cost in TCRs for different sizes of compute resources.
The compute costs are distinct from the storage fees listed below and are metered based on actual usage. For inquiries about pricing, volume discounts, or deploying in other regions, please contact us at [email protected].

++++
Expand Down Expand Up @@ -170,13 +175,13 @@ The compute costs are distinct from the storage fees listed below and are metere

=== High Availability (HA)

High Availability (HA) on TigerGraph Cloud 4 ensures your graph database remains operational even during disruptions. When HA is enabled, the price is calculated using a multiplier. This multiplier is based on the size of your TigerGraph compute resource.
High Availability (HA) on TigerGraph Cloud 4 ensures your graph database remains operational even during disruptions. When HA is enabled, the price is calculated using a multiplier based on the size of your TigerGraph compute resource.

[cols="2", separator=¦ ]
[cols="3", separator=¦ ]
|===
¦ Compute Resource Size ¦ Mutiplier
¦ Sizes equals or below TG-8 ¦ 2.8x
¦ Sizes above TG-8 ¦ 1.95x
¦ Compute Size ¦ Replica Factor ¦ Cost Mutiplier
¦ Sizes equal or below TG-8 ¦ 3 ¦ 2.8x
¦ Sizes above TG-8 ¦ 2 ¦ 1.95x

|===

Expand All @@ -186,27 +191,28 @@ Storage on TigerGraph Cloud 4 is billed separately from compute resources. Stora

[cols="2", separator=¦ ]
|===
¦ Tier ¦ Price per TB per Month
¦ Tier ¦ Price per average GB per Month

¦ Tier 1 ¦ $25.00
¦ Tier 2 ¦ $27.13
¦ Tier 3 ¦ $28.25
¦ Tier 4 ¦ $43.75
¦ BYOC ¦ Billed From Your Cloud Provider
¦ Tier 1 ¦ $0.025
¦ Tier 2 ¦ $0.027
¦ Tier 3 ¦ $0.028
¦ Tier 4 ¦ $0.044
// ¦ BYOC ¦ Billed From Your Cloud Provider

|===

== Add-on Pricing
TigerGraph Cloud 4 offers a variety of add-ons to enhance your graph database experience. Each add-on is priced individually, allowing you to customize your TigerGraph Cloud environment to fit your specific needs and budget. Add-ons are billed monthly and can be added or removed at any time to provide maximum flexibility. Learn more about the available add-ons at xref:integrations:add-ons.adoc[here].
TigerGraph Cloud 4 offers a variety of add-ons to enhance your graph database experience. Each add-on is priced individually, allowing you to customize your TigerGraph Cloud environment to fit your specific needs and budget. Add-ons are billed monthly and can be added or removed at any time to provide maximum flexibility.
[cols="3", separator=¦ ]
|===
¦Add-On ¦Scope ¦Price

¦ Insights ¦ Workspace ¦ 10% of the workspace usage.
¦ Insights ¦ Workspace ¦ 10% of the compute usage
¦ GraphStudio ¦ Workspace ¦ Free
¦ GraphQL ¦ Workspace ¦ Free

|===
Learn more about the available add-ons xref:integrations:add-ons.adoc[here].

== Next Steps

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ Find them by clicking on the btn:[ ... ] button on your workspace next to the bt

image::workspace-general-tab.png[]

A workspace configuration panel will appear on the right of your screen.
A configuration panel will appear on the right side of your screen.

image::advnaced-settings.png[]
== General Settings

In the *General* tab, users can configure basic workspace options such as workspace size.

image::general-settings.png[]

== Advanced Settings

Users can choose the desired time intervals for auto-suspend and enable auto-resume to optimize resource usage and ensure a smooth user experience.
In the *Advanced Settings* tab, users can set the desired time intervals for auto-suspend and enable auto-resume to optimize resource usage and ensure a smooth user experience.

image::advanced-settings-new.png[]

=== Auto-Suspend

Expand All @@ -37,11 +43,10 @@ Adjust the auto-suspend interval accordingly to avoid interrupting critical proc

==== Auto-Suspend Limitations

.The following operations will not trigger an auto suspend:
* Any UI tools access.
* Running any GSQL query.
* Running loading job.
.The following operations are not treated as "active" and will not prevent the workspace from being auto-suspended:
* Configuring the workspace.
* Monitoring the workspace.
* Backuping/Restoring the workspace.

=== Auto-Resume
Auto-resume will automatically resume your workspace when activity is detected.
Expand Down

0 comments on commit 6769451

Please sign in to comment.