This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new d5ee14c4 [hotfix] Fix Q1 to 150 bytes
d5ee14c4 is described below

commit d5ee14c4bfd690f728eb45fead18e055a7070b81
Author: JingsongLi <lzljs3620...@aliyun.com>
AuthorDate: Thu Aug 25 12:37:35 2022 +0800

    [hotfix] Fix Q1 to 150 bytes
---
 flink-table-store-benchmark/README.md                         | 2 +-
 flink-table-store-benchmark/src/main/resources/queries/q1.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-table-store-benchmark/README.md 
b/flink-table-store-benchmark/README.md
index a9b9416d..5c8467c4 100644
--- a/flink-table-store-benchmark/README.md
+++ b/flink-table-store-benchmark/README.md
@@ -37,7 +37,7 @@ This is the benchmark module for Flink Table Store. Inspired 
by [Nexmark](https:
 
 |#|Description|
 |---|---|
-|q1|Test insert and update random primary keys with normal record size (100 
bytes per record). Mimics the update of uv and pv of items in an E-commercial 
website.|
+|q1|Test insert and update random primary keys with normal record size (150 
bytes per record). Mimics the update of uv and pv of items in an E-commercial 
website.|
 
 ## Benchmark Results
 
diff --git a/flink-table-store-benchmark/src/main/resources/queries/q1.sql 
b/flink-table-store-benchmark/src/main/resources/queries/q1.sql
index 3c9ff963..f756b252 100644
--- a/flink-table-store-benchmark/src/main/resources/queries/q1.sql
+++ b/flink-table-store-benchmark/src/main/resources/queries/q1.sql
@@ -15,7 +15,7 @@
 -- limitations under the License.
 
 -- Mimics the update of uv and pv of items in an E-commercial website.
--- Primary keys ranges from 0 to 10^8; Each record is about 100 bytes.
+-- Primary keys ranges from 0 to 10^8; Each record is about 150 bytes.
 
 CREATE TABLE item_uv_pv_1d_source (
     `item_id` BIGINT,

Reply via email to