Skip to content

Commit 1fcbffe

Browse files
authored
Fix minor typos. (#203)
1 parent ac7960d commit 1fcbffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/benchmarks/tpcc/ddl-myrocks.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ CREATE TABLE WAREHOUSE (
155155
CREATE INDEX IDX_CUSTOMER_NAME ON CUSTOMER (C_W_ID,C_D_ID,C_LAST,C_FIRST);
156156

157157
-- woohak, add constraints. MySQL/InnoDB storage engine is kind of IoT.
158-
-- and add constraints and make indexes later aretoo slow when running a single thread.
158+
-- and add constraints and make indexes later are too slow when running a single thread.
159159
-- so I just add create index and foreign key constraints before loading data.
160160

161161
-- already created

src/main/resources/benchmarks/tpcc/ddl-singlestore.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ CREATE TABLE WAREHOUSE (
154154
CREATE INDEX IDX_CUSTOMER_NAME ON CUSTOMER (C_W_ID,C_D_ID,C_LAST,C_FIRST);
155155

156156
-- woohak, add constraints. MySQL/InnoDB storage engine is kind of IoT.
157-
-- and add constraints and make indexes later aretoo slow when running a single thread.
157+
-- and add constraints and make indexes later are too slow when running a single thread.
158158
-- so I just add create index and foreign key constraints before loading data.
159159

160160
-- already created

0 commit comments

Comments
 (0)