Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 26 additions & 20 deletions modules/savanna/modules/overview/pages/pricing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Compute resources on TigerGraph Savanna are billed based on the size of the work
[NOTE]
To simplify pricing, we have discontinued the use of TigerGraph Credits (TCRs) and directly use US dollars ($) instead. The net pricing has not changed.

The following table outlines the cost for different sizes of compute resources.
The compute costs are distinct from the storage fees listed below and are metered based on actual usage.
The following table outlines the price for different sizes of compute resources.
The compute prices 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 sales@tigergraph.com.

[NOTE]
Expand All @@ -71,7 +71,7 @@ The table automatically adjusts to the region you select above.
<th class="tableblock halign-left valign-top">Size</th>
<th class="tableblock halign-left valign-top">vCPUs</th>
<th class="tableblock halign-left valign-top">Memory (GB)</th>
<th class="tableblock halign-left valign-top">Price (US$) </th>
<th class="tableblock halign-left valign-top">Price (US$) / Hour </th>
</tr>
</thead>
<tbody>
Expand All @@ -95,20 +95,20 @@ The table automatically adjusts to the region you select above.

<script>
const basePrices = [
{ size: 'TG-00', vcpus: 2, memory: '16', price: 0.25 },
{ size: 'TG-0', vcpus: 4, memory: '32', price: 0.5 },
{ size: 'TG-1', vcpus: 8, memory: '64', price: 1 },
{ size: 'TG-2', vcpus: 16, memory: '128', price: 2 },
{ size: 'TG-4', vcpus: 32, memory: '256', price: 4 },
{ size: 'TG-6', vcpus: 48, memory: '384', price: 6 },
{ size: 'TG-8', vcpus: 64, memory: '512', price: 8 },
{ size: 'TG-16', vcpus: 128, memory: '1,024', price: 16 },
{ size: 'TG-24', vcpus: 192, memory: '1,536', price: 24 },
{ size: 'TG-32', vcpus: 256, memory: '2,048', price: 32 },
{ size: 'TG-40', vcpus: 320, memory: '2,560', price: 40 },
{ size: 'TG-48', vcpus: 384, memory: '3,072', price: 48 },
{ size: 'TG-56', vcpus: 448, memory: '3,584', price: 56 },
{ size: 'TG-64', vcpus: 512, memory: '4,096', price: 64 }
{ size: 'TG-00', vcpus: 2, memory: '16', price: 1 },
{ size: 'TG-0', vcpus: 4, memory: '32', price: 2 },
{ size: 'TG-1', vcpus: 8, memory: '64', price: 4 },
{ size: 'TG-2', vcpus: 16, memory: '128', price: 8 },
{ size: 'TG-4', vcpus: 32, memory: '256', price: 16 },
{ size: 'TG-6', vcpus: 48, memory: '384', price: 24 },
{ size: 'TG-8', vcpus: 64, memory: '512', price: 32 },
{ size: 'TG-16', vcpus: 128, memory: '1,024', price: 64 },
{ size: 'TG-24', vcpus: 192, memory: '1,536', price: 96 },
{ size: 'TG-32', vcpus: 256, memory: '2,048', price: 128 },
{ size: 'TG-40', vcpus: 320, memory: '2,560', price: 160 },
{ size: 'TG-48', vcpus: 384, memory: '3,072', price: 192 },
{ size: 'TG-56', vcpus: 448, memory: '3,584', price: 224 },
{ size: 'TG-64', vcpus: 512, memory: '4,096', price: 256 },
];
const pricingData = {
'AWS': {
Expand Down Expand Up @@ -167,12 +167,18 @@ High Availability (HA) on TigerGraph Savanna ensures your graph database remains

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

|===


=== Bring Your Own Cloud (BYOC)
TigerGraph Savanna offers a Bring Your Own Cloud (BYOC) option, enabling you to deploy TigerGraph on your own cloud infrastructure. BYOC pricing consists of two components: a license fee based on the size of the compute resources you provision, and the costs associated with your cloud provider's pricing model. This option provides greater flexibility and control over your deployment environment. It is ideal for organizations with specific compliance, security, or performance requirements that necessitate a custom cloud environment.

For more information on BYOC pricing, please contact us at sales@tigergraph.com.

== Storage Pricing

Storage on TigerGraph Savanna is billed separately from compute resources. Storage fees are calculated based on the amount of data stored and are metered with fine-grained precision to ensure you only pay for what you use. This includes the storage of your graph data, backups, and any associated metadata. Our storage pricing is designed to be transparent and flexible, allowing you to scale your storage needs up or down as required.
Expand All @@ -185,7 +191,7 @@ Storage on TigerGraph Savanna is billed separately from compute resources. Stora
¦ Tier 2 ¦ $0.027
¦ Tier 3 ¦ $0.028
¦ Tier 4 ¦ $0.044
// ¦ BYOC ¦ Billed From Your Cloud Provider
¦ BYOC ¦ Billed From Your Cloud Provider

|===

Expand All @@ -195,7 +201,7 @@ TigerGraph Savanna offers a variety of add-ons to enhance your graph database ex
|===
¦Add-On ¦Scope ¦Price

¦ Insights ¦ Workspace ¦ 10% of the compute usage
¦ Insights ¦ Workspace ¦ 10% of the base compute price without region multiplier
¦ GraphStudio™ ¦ Workspace ¦ Free
¦ GraphQL ¦ Workspace ¦ Free

Expand Down