xx789633 commented on issue #4:
URL: https://github.com/apache/fluss-benchmarks/issues/4#issuecomment-3155199895

   Hi @michaelkoepf @polyzos , in my PoC code, the following parameters control 
the writing behavior for the insert test.
   
   | Item | Parameter | Description |
   | -------------------- | ---------- | 
-------------------------------------------- |
   | Write configurations | threadSize | The number of threads used to generate 
data. |
   |                      | testByTime | Specifies whether to perform the test 
at the specified point in time or based on the specified number of table rows. |
   |                      | rowNumber  | The number of table rows that you want 
to test. This parameter takes effect only when the value of the testByTime 
parameter is false. |
   |                      | testTime   | The time when you want to perform the 
test. Unit: milliseconds. This parameter takes effect only when the value of 
the testByTime parameter is true. |
   | Table configurations | columnCount| The number of table columns. The data 
type of each column is STRING. |
   |                      | columnSize | The length of data in each column of 
the table. |
   |                      | tableName  | The name of the table used for 
testing. |
   
   For upsert test, I add the writeColumnCount parameter. This parameter 
specifies the number of table columns where data is written.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to