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: hologres/README.md
+87-14Lines changed: 87 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,95 @@ Hologres is an all-in-one real-time data warehouse engine that is compatible wit
2
2
3
3
To evaluate the performance of Hologres, follow these guidelines to set up and execute the benchmark tests.
4
4
5
-
1.**Instance Purchase**:
6
-
Refer to the [Alibaba Cloud Hologres TPC-H Testing Documentation](https://www.alibabacloud.com/help/en/hologres/user-guide/test-plan?spm=a2c63.p38356.help-menu-113622.d_2_14_0_0.54e14f70oTAEXO) for details on purchasing Hologres and ECS instances. Both instances must be purchased within the same region and same zone.
5
+
### 1. Create an Alibaba Cloud Account and Provide Your UID
6
+
Please first create an Alibaba Cloud account. After registration, kindly provide us with your **UID** (Account ID), which you can find by:
7
+
- Clicking on your profile icon in the top-right corner → **Account Center**
8
+
We will issue you an **Alibaba Cloud coupon** to support your testing, so please share your UID with us.
7
9
8
-
2.**Benchmark Execution**:
9
-
Once the instances are set up, you need to prepare the following parameters:
10
-
-`user`: user name for hologres, you can create users on Hologres web console
11
-
-`password`: password for hologres, you can set this when create users
12
-
-`host_name`: hostname of the Hologres instance, you can find this on Alibaba Cloud Console, you should select VPC network to achieve best performance
13
-
-`port`: Port of the Hologres instance (usally '80')
### 2. Purchase an Alibaba Cloud Hologres and ECS Instance
13
+
Refer to the [Alibaba Cloud Hologres TPC-H Testing Documentation](https://www.alibabacloud.com/help/en/hologres/user-guide/test-plan?spm=a2c63.p38356.help-menu-113622.d_2_14_0_0.54e14f70oTAEXO) for details on purchasing Hologres and ECS instances. Both instances must be purchased within the same region and same zone.
14
+
15
+
#### 2.1 When creating the Hologres instance, please use the following configuration:
16
+
17
+
-**Region**: `China (Beijing)`
18
+
*(The new version is in gray-scale release in China (Beijing). Choosing this region ensures you can access the latest features)*
19
+
-**Specifications**: ✅ **Compute Group Type**
20
+
-**Zone**: `Zone L`
21
+
-**Gateway Nodes**: `2 Pieces`
22
+
-**Reserved Computing Resources of Virtual Warehouse**: `32 CU`
23
+
*(This is the actual compute unit (CU) value used in the JSON result files.)*
- IPv4 CIDR Block: Select "Manually enter" and use one of the recommended values
32
+
- IPv6 CIDR Block: `Do Not Assign`
33
+
- During VPC creation, you’ll also create a **vSwitch**:
34
+
- Name: Any name
35
+
- Zone: `Beijing Zone L`
36
+
- IPv4 CIDR: Automatically filled based on VPC CIDR
37
+
> 💡 A **VPC (Virtual Private Cloud)** is a private network in the cloud. The **vSwitch** is a subnet within the VPC. We need both Hologres and ECS instances in the same VPC for fast internal communication.
38
+
-**Instance Name**: Choose any name
39
+
-**Service-linked Role**: Click **Create**
40
+
41
+
Once everything is configured and you’ve received the coupon, click **Buy Now** to proceed.
42
+
43
+
#### 2.2 When creating the ECS instance, please use the following configuration:
44
+
-**Billing Method**: `Pay-as-you-go` (you can release it after testing)
Go to the Alibaba Cloud Console → Profile Icon → **AccessKey** → Create one if needed.
88
+
89
+
You can also create a hologres user (Click your instance to enter instance detail page -> click "Account Management" -> "Create Custom User" -> Choose "Superuser") and use the username and password for PG_USER and PG_PASSWORD.
90
+
-**Host & Port**:
91
+
In the Hologres console, click your instance ID → Copy the **VPC Endpoint** (e.g., `hgxxx-cn-beijing-vpc.hologres.aliyuncs.com:xxxx`).
92
+
-`Host` = domain without port (e.g., `hgxxx-cn-beijing-vpc.hologres.aliyuncs.com`)
0 commit comments