Skip to content

Commit

Permalink
Delete outdated performance reports, improve a few DDL,DML docs (#4016)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengn authored and yingfeng committed Jul 16, 2022
1 parent 405e4d2 commit 4a0b17f
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 486 deletions.
216 changes: 0 additions & 216 deletions docs/en/MatrixOne/Get-Started/Tutorial/NYC-test-with-matrixone.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

The Star Schema Benchmark(SSB)Test is a popular scenario for OLAP database performance tests. By going through this tutorial, you’ll learn how to complete a SSB Test with MatrixOne.

In v0.1.0, only single table can work in MatrixOne. The following contents can be followed for generating data, importing data, and querying data.

## **Before you begin**

Make sure you have already [installed MatrixOne](../install-standalone-matrixone.md) and [connected to MatrixOne Server](../connect-to-matrixone-server.md).
Expand All @@ -28,6 +26,12 @@ $ ./dbgen -s 1 -T s
$ ./dbgen -s 1 -T d
```

We have also prepared a 1GB dataset for downloading. You can get the data files directly:

```
https://community-shared-data-1308875761.cos.ap-beijing.myqcloud.com/lineorder_flat.tar.bz2
```

## **3. Create tables in MatrixOne**

```
Expand Down Expand Up @@ -157,12 +161,6 @@ CREATE TABLE lineorder_flat(

## **4. Load data into the created tables**

Modify the parameter of system_vars_config.toml to a larger one in matrixone directory, such as 10GB. And restart MatrixOne service.

```
max-entry-bytes = "10GB"
```

Load data into related tables with this command in MatrixOne.

```
Expand Down
38 changes: 0 additions & 38 deletions docs/en/MatrixOne/Overview/NYC Test Performance.md

This file was deleted.

84 changes: 0 additions & 84 deletions docs/en/MatrixOne/Overview/SSB Test Performance.md

This file was deleted.

Loading

0 comments on commit 4a0b17f

Please sign in to comment.