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
The test was done on a cluster with 1 node with 1 disk with 1 vdisk. Other important settings: max_blob_size: 1tb, max_data_in_blob: 1000000000 and timestamp_period: 30s. Read test was done with bobp with 8 threads.
Test plan:
Write 2000000 data (50kb each) with bobp with 32 threads
Read that data (bad perf here)
Overwrite 2000000 data (write them with the same ids)
Read that data again (even smaller perf here)
Overwrite 2000000 data (write them with the same ids)
The test was done on a cluster with 1 node with 1 disk with 1 vdisk. Other important settings:
max_blob_size: 1tb
,max_data_in_blob: 1000000000
andtimestamp_period: 30s
. Read test was done withbobp
with 8 threads.Test plan:
bobp
with 32 threadsScript for single test iteration (write + read):
Results:
Rps and throughput is too low for this test. HDD linear read performance: 143.60 MB/sec.
We need to investigate the source of the problem
The text was updated successfully, but these errors were encountered: