Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat add support for unique index #434

Merged
merged 2 commits into from
Feb 11, 2025
Merged

Conversation

polRk
Copy link
Member

@polRk polRk commented Feb 11, 2025

This pull request includes changes to the package.json file and enhancements to the TableIndex class in src/table/table-session.ts. The most important changes are:

Enhancements to TableIndex class:

  • Added a new property globalUniqueIndex to the TableIndex class.
  • Introduced a new method withGlobalUnique in the TableIndex class to set the globalUniqueIndex and reset other index properties.

Changes in package.json:

  • Modified the repository URL to use the git+https protocol.

Pull request type

Please check one the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What does it do?

let index = new TableIndex("index1").withDataColumns("col1", "col2").withGlobalUnique()

@polRk polRk merged commit 6d2946c into main Feb 11, 2025
5 checks passed
@polRk polRk deleted the feat-add-support-for-unique-index branch February 11, 2025 12:23
Copy link

🌋 Here are results of SLO test for nodejs:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.612,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.3,99.687,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.794,98.138,98.138,98.138,98.138,98.139,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.139,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,98.138,99.345,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 22 --> 1116
    line [903.398,936.73,970.062,1000.966,1000,1000,1000,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000.069,1000,1000,1000.034,1000.069,1000,1000.034,1000.034,1000.034,1000,1000.034,1000,1000,1000,1000,1000.034,1000,1000,1000.034,1000.034,1000,1000.069,1000,1000,1000,1000,1000,1000.069,1000,999.862,1000,999.931,1000.034,1000.034,1000.103,1000.069,1000.069,1000.069,1000.103,1000.069,1000.103,1000,1000.138,1000.103,1000,1000.069,1000.034,1000.069,1000.034,1000.103,1000.034,1000.069,1000.103,1000.069,1000.069,1000.103,1000.069,1000.103,1000.172,1000.103,1000.172,1000,1000,999.897,1000,1000.034,1000,1000,1000,1000,986.276,1000.103,1000.138,1000.207,1000.138,1000.172,1000.138,1000.172,1000.138,1000.138,1000.138,1000.138,1000.138,1000.172,1000.138,1000.103,1000,1000.138,1000.138,1000.138,1000.138,1000.138,1000.241,1000.138,1000.103,1000.138,1000.172,1000.138,1000.138,1013.931,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000.138,1000,999.966,1000,1000,1000,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000.069,999.931,1000.034,1000.034,1000.034,1000.034,999.931,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.069,1000.103,1000.069,1000.069,1000.069,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,999.586,1000.138,1000.034,1000.034,1000.034,1000.034,1000.138,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000.414,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999.897,999.966,1000,999.966,1000,1000.034,1000,1000,1000,999.724,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999.966,1000,1000,1000,999.966,1000,1000,1000,1000.103,1000.034,1000,1000.034,1000,999.966,1000,1000,1000,1000.276,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000.034,999.966,1000,1000,1000.034,1000,1000.034,1000,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000.034,1000,999.931,1000,1000,1000.034,999.966,1000,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000.034,1000,1000,1000,1000,999.862,1000.103,1000.034,1000.069,1000.103,1000.103,1000.103,1000.069,1000.103,1000.172,1000.103,1000.103,1000.069,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.069,1000.103,1000.069,1000.103,1000.103,1000.103,1000.103,1000.276,1000,1000.069,1000.034,1000,1000,1000,1000,1000,999.966,1000.034,1000,1000,1000,1000,1000,1000.034,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999.966,1000,1000,1000,1000,999.897,1000.034,1000,1000,1000,999.966,1000,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,1000.034,1000.034,999.931,1000.138,1000,1000.034,1000.034,1000.034,1000.034,999.966,1000.034,1000,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000,1000,1000.034,1000,1000.034,1000.138,1000.138,1000.103,1000.138,1000.241,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.207,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.138,1000.103,1000.138,1000.069,999.966,1000.034,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,1000,999.966,1000,1000.034,1000,1000,1000,999.966,1000,1000,1000,1000,1000,1000,999.966,1000,999.966,1000,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000.034,1000.069,1000.034,1000.034,1000,1000,1000.034,1000.034,1000.069,1000.034,1000.034,1000.034,1000.034,1000.069,1000.034,1000.034,1000.034,1000.034,1000.034,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,999.966,1000,1000,1000.034,1000.034,1000.034,1000.034,1000.069,1000.103,1000.069,1000.103,1000.103,1000.069,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,1000.103,990.793,956.31,921.793,887.345,852.862,818.379,783.897,749.414,714.931,680.414,645.931,611.448,576.966,542.414,507.931,473.448,438.966,404.483,370,335.517,301.034,266.552,232.069,197.586,163.103,128.621,94.138,59.655,25.172]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 2 --> 111
    line [90.303,93.671,97.004,100.034,100,99.966,100.034,99.966,100,100,100,100,99.966,100,99.966,99.966,100,100.034,99.966,99.966,100.034,100,100.034,100,100,99.966,100.034,100.034,100,100.034,100,99.966,100,100,100,100,100.034,100,100,100,100.034,100.034,100.034,100.034,100.034,100,100,100.034,100,99.966,99.966,99.966,100,100,100.034,100,100,100,100,100,100.034,99.966,100.034,100.034,100,100,99.966,100,100.034,100,100,100,100,100,99.966,100,100,100.034,100.034,100.034,100.034,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100.034,100,100,100,100,100,100,100,100.034,100,100,99.986,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.014,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100,100,100,100,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.01,100,100,100,100,100.01,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100.01,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.01,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.103,95.655,92.207,88.759,85.31,81.862,78.414,74.966,71.517,68.069,64.621,61.172,57.724,54.276,50.828,47.379,43.931,40.483,37.034,33.586,30.138,26.69,23.241,19.793,16.345,12.897,9.448,6,2.552]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 49
    line [26.187,27.169,26.577,24.821,19.796,19.621,19.523,19.493,19.451,19.386,19.138,19.241,19.172,19.139,19.15,19.186,19.148,19.177,19.214,19.412,19.295,19.43,19.409,19.443,19.429,19.425,19.417,19.427,19.39,19.376,19.576,19.669,19.651,19.753,19.586,19.574,19.611,19.579,19.553,19.531,19.395,19.424,19.464,19.375,19.379,19.381,19.324,19.27,18.986,18.864,18.667,18.779,18.778,18.793,18.988,19.098,19.3,19.605,19.778,19.475,19.602,20.275,21.935,22.665,23.874,25.359,26.724,26.981,28.568,28.574,30.173,31.669,33.833,34.082,34.563,35.281,35.248,35.477,35.704,35.936,35.984,35.661,36.01,35.744,35.521,35.064,34.479,33.855,33.589,32.899,33.953,43.527,43.671,43.655,43.333,43.312,43.374,43.231,43.138,42.373,42.174,40.741,40.762,40.52,40.123,40.099,40.261,40.095,39.841,39.64,40.078,39.856,40.249,40.779,40.751,40.636,40.841,40.719,40.656,37.976,21.242,19.932,19.908,19.912,19.862,19.816,19.758,19.796,19.854,19.615,19.753,19.642,19.738,19.747,19.782,19.697,19.758,19.794,19.765,19.599,19.68,19.444,19.359,19.409,19.391,19.335,19.461,19.463,19.476,19.386,19.543,19.405,19.36,19.37,19.372,19.301,19.283,19.212,19.154,18.984,19.042,18.83,18.835,18.855,18.842,18.798,18.794,18.764,18.744,18.586,18.673,18.58,18.611,18.787,18.809,18.693,18.728,18.712,18.685,18.47,18.55,18.596,18.523,18.544,18.504,18.443,18.431,18.462,18.437,18.368,18.553,18.542,18.525,18.597,18.562,18.538,18.547,18.584,18.578,18.499,18.553,18.432,18.325,18.419,18.404,18.343,18.317,18.388,18.402,18.328,18.422,18.434,18.518,18.663,18.736,18.783,18.779,18.957,19.061,18.907,18.885,18.855,18.858,18.926,18.921,18.922,18.95,19.037,19.033,18.989,19.157,19.116,19.101,19.202,19.227,19.297,19.3,19.282,19.261,19.077,19.106,19.042,18.955,18.969,18.936,18.95,18.992,18.895,18.881,18.851,18.926,18.865,18.837,18.857,18.839,18.807,18.793,18.842,18.872,18.736,18.807,18.763,18.765,18.841,18.782,18.768,18.874,18.901,18.953,18.95,18.93,19.006,19.003,19.226,19.221,19.059,19.069,19.051,19.037,18.938,18.967,18.944,18.907,19.034,19.003,18.954,18.948,18.918,18.931,18.899,18.826,18.747,18.624,18.76,18.704,18.623,18.685,18.636,18.578,18.584,18.444,18.368,18.109,18.212,18.188,18.126,18.256,18.244,18.234,18.285,18.257,18.276,18.148,18.294,18.272,18.207,18.226,18.194,18.105,18.136,18.095,18.125,18.002,18.166,18.177,18.231,18.251,18.218,18.138,18.166,18.122,18.139,18.01,18.065,18.045,17.898,18.001,18.036,17.911,17.964,17.915,17.936,17.865,17.864,17.839,17.842,17.802,17.791,17.777,17.864,17.837,17.91,17.823,17.963,17.793,17.78,17.795,17.8,17.725,17.81,17.757,17.753,17.755,17.845,17.848,17.813,17.926,17.944,17.879,17.917,17.887,17.829,17.902,17.989,17.936,18.044,18.02,17.979,17.87,17.921,17.789,17.742,17.595,17.679,17.635,17.759,17.759,17.813,17.766,17.856,17.849,17.806,17.781,17.898,17.811,17.675,17.668,17.651,17.682,17.703,17.659,17.622,17.63,17.712,17.64,17.76,17.744,17.753,17.744,17.754,17.76,17.855,17.888,18.014,17.908,18.026,18.048,18.028,18.01,17.984,17.959,18.039,17.941,17.998,17.967,18.038,18.107,18.04,18.092,18.096,18.033,18.041,17.988,18.103,18.004,18.124,18.149,18.119,18.193,18.143,18.003,18.003,17.863,17.955,17.829,17.827,17.833,17.76,17.833,17.797,17.629,17.742,17.654,17.738,17.728,17.689,17.665,17.582,17.644,17.651,17.552,17.644,17.477,17.571,17.487,17.459,17.425,17.343,17.384,17.353,17.266,17.355,17.205,17.225,17.2,17.171,17.155,17.079,17.155,17.166,17.014,17.121,17.036,17.063,17.113,17.126,17.122,17.041,17.094,17.097,16.941,17.057,16.98,17.003,17.075,17.082,17.08,17.006,17.095,17.04,16.948,17.048,17.048,17.064,17.153,17.175,17.193,17.139,17.206,17.213,17.106,17.207,17.138,17.214,17.329,17.327,17.337,17.275,17.348,17.417,17.321,17.347,17.344,17.282,17.406,17.411,17.416,17.345,17.419,17.406,17.33,17.407,17.376,17.295,17.37,17.342,17.33,17.238,17.3,17.306,17.195,17.27,17.149,17.05,17.13,17.146,17.157,17.106,17.12,17.115,17.058,17.075,17.079,16.945,17.075,17.135,17.188,17.142,17.239,17.258,17.174,17.267,17.343,17.277,17.419,17.488,17.517,17.475,17.528,17.504,17.399,17.448,17.442,17.391,17.526,17.56,17.585,17.563,17.616,17.669,17.643,17.692,17.765,17.656,17.657,17.647,17.711,17.659,17.68,17.75,17.615,17.543,17.599,17.346,17.256,17.353,17.456,17.375,17.751,18.098,18.025,18.682,23.375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 55
    line [44.229,44.496,44.32,43.936,42.857,42.12,41.795,41.642,41.439,41.352,40.644,40.859,40.594,40.223,40.06,40.513,40.325,40.425,40.614,41.389,40.836,41.149,41.122,41.047,40.952,40.867,40.728,40.558,40.289,40.055,40.435,40.7,40.446,40.278,39.744,39.742,39.735,39.604,39.5,39.322,38.837,38.382,38.448,37.742,37.067,37.349,36.653,35.675,33.333,32.361,30.723,31.46,31.25,31.25,32.758,33.719,35.733,37.48,38.401,37.687,38.497,40.099,41.023,41.606,42.118,42.578,43.281,43.429,43.957,43.747,44.563,45.01,45.993,46.106,46.213,46.507,46.48,46.501,46.614,46.741,46.735,46.559,46.804,46.704,46.667,46.456,46.354,46.122,45.896,45.583,46.899,49.138,49.118,49.166,49.017,48.887,48.826,48.896,48.9,48.424,48.499,47.486,47.566,47.394,47.238,47.256,47.383,47.259,47.112,47.058,47.335,47.016,47.299,47.528,47.436,47.381,47.543,47.53,47.501,45.115,41.465,40.922,40.564,40.36,40,39.811,39.561,39.658,40,39.385,39.97,39.608,40.029,40.028,40.057,39.709,39.885,39.855,39.619,38.727,39.349,38.411,38.113,38.476,38.349,38.273,38.85,38.947,39.169,38.706,39.322,38.943,39.006,39.387,39.475,39.145,39.075,38.627,38.293,37.524,37.596,36.655,36.563,36.563,36.655,36.747,36.759,36.667,36.667,35.451,35.672,35.172,35.116,35.97,36.18,35.292,35.469,35.179,35,33.493,33.766,34.224,33.48,33.439,33.514,33.073,32.917,32.977,32.897,32.37,33.649,33.929,34.071,34.267,33.624,33.318,33.472,33.825,33.963,33.75,34.24,33.493,32.919,33.662,33.662,33.223,33.302,33.443,33.598,33.143,33.081,33.16,33.587,33.857,34.478,34.675,34.678,35.492,36.071,35.185,35,34.681,34.75,35.062,35,35.062,35.061,35.301,35.36,35.294,35.916,35.692,35.292,35.577,35.687,35.902,36.136,36.084,36.031,35.236,35.591,35.538,35.591,35.595,35.301,35.595,36.047,35.765,35.652,35.301,35.586,35.415,35.352,35.642,35.642,35.469,35.412,35.529,35.472,35.06,35.352,35.412,35.577,36.075,35.916,35.568,36.059,36.213,36.642,36.473,36.015,36.384,36.434,37.517,37.5,36.848,36.813,36.667,36.716,36.312,36.415,36.426,36.092,36.54,36.54,36.426,36.489,36.385,36.289,36.406,35.896,35.847,35.063,35.984,36.098,35.685,35.992,35.625,35.316,35.439,34.541,33.857,32.286,32.817,32.429,32.201,32.958,32.524,32.692,32.899,32.585,33.16,32.488,33.562,33.486,32.977,33.099,33.116,32.146,32.266,31.574,31.94,30.812,31.942,31.971,32.596,32.378,31.88,31.206,30.983,30.5,30.251,29.008,29.397,28.707,27.578,28.492,28.25,26.874,27.226,25.651,25.953,24.666,24.5,24.162,23.99,23.093,22.736,22.698,23.867,22.561,22.989,20.226,22.034,19.948,19.941,19.953,19.966,19.953,20,20.48,20.709,19.993,21.832,21.615,22.015,24.726,24.898,24.138,24.832,24.315,23.75,23.958,24.315,23.904,24.8,24.257,23.357,21.533,22.174,20,19.992,19.903,19.928,19.938,20,20.444,20.876,19.993,20.224,19.993,19.993,19.957,20,19.921,19.819,19.814,19.806,19.815,19.8,19.759,19.764,19.787,19.799,19.778,19.848,19.846,19.852,19.847,19.883,19.892,19.96,19.974,21.145,20,20.469,20.923,20.469,20.234,19.993,20.233,21.765,20.458,21.765,21.333,21.739,22.553,21.739,22.766,22.958,21.971,21.533,20.896,22.937,21.522,22.917,23.288,22.877,22.897,22.708,20.448,20.227,19.937,19.981,19.961,19.96,19.98,19.954,19.987,19.941,19.876,19.954,19.909,19.947,19.953,19.945,19.944,19.909,19.922,19.929,19.936,20.455,19.921,19.957,19.912,19.889,19.879,19.848,19.828,19.817,19.793,19.807,19.723,19.717,19.701,19.692,19.685,19.633,19.671,19.681,19.584,19.659,19.613,19.643,19.655,19.655,19.655,19.648,19.701,19.651,19.545,19.617,19.597,19.626,19.671,19.676,19.682,19.675,19.695,19.669,19.659,19.686,19.704,19.745,19.779,19.779,19.812,19.792,19.808,19.809,19.745,19.777,19.739,19.784,19.833,19.842,19.823,19.79,19.819,19.9,19.868,19.887,19.881,19.854,19.913,19.921,19.914,19.907,19.927,19.906,19.893,19.913,19.898,19.864,19.896,19.881,19.888,19.858,19.9,19.929,19.885,19.913,19.846,19.81,19.816,19.838,19.815,19.798,19.763,19.74,19.683,19.71,19.716,19.652,19.719,19.75,19.779,19.776,19.815,19.838,19.802,19.818,19.852,19.83,19.869,19.864,19.871,19.841,19.84,19.833,19.813,19.837,19.855,19.848,19.881,19.903,19.925,19.908,19.935,19.964,19.931,19.944,19.977,19.913,19.917,19.892,19.905,19.898,19.874,19.918,19.863,19.832,19.868,19.762,19.797,19.858,19.938,19.925,23.808,25.864,24.313,23.9,34.143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant