Skip to content

Add missing fields to tablestats #575

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

Merged
merged 1 commit into from
Apr 3, 2025
Merged

Conversation

vgvoleg
Copy link
Collaborator

@vgvoleg vgvoleg commented Apr 3, 2025

Pull request type

Please check 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 is the current behavior?

Issue Number: N/A

What is the new behavior?

Other information

@vgvoleg vgvoleg requested a review from Copilot April 3, 2025 15:52
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes bugs by adding missing table statistics fields to TableStats.

  • Adds new fields (rows_estimate, creation_time, modification_time) and corresponding setter methods in TableStats.
  • Updates object creation in table client, including tests that verify creation_time remains unchanged after altering the table.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
ydb/table.py Updated TableStats with new fields and methods
tests/table/test_table_client.py Added tests to check new table stats fields
Comments suppressed due to low confidence (1)

ydb/table.py:1608

  • Using a condition to ignore a value of 0 for rows_estimate may inadvertently skip valid data. Consider checking if the field is set (e.g., against None or using an explicit flag) to correctly handle a valid zero value.
if table_stats.rows_estimate != 0:

Copy link

github-actions bot commented Apr 3, 2025

🌋 Here are results of SLO test for sync-table:

Operation Success Rate

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=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 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,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.978,99.979,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
---
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, %" 89 --> 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,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]

Operations Per Second

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=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 821 --> 1094
    line [913.235,942.358,978.345,980.379,979.862,980.586,981.241,982.897,982.586,981.414,985.103,985.172,984.759,984.172,986.828,984.69,987.069,987.069,989.483,984,976.655,975.448,975.103,973.759,974.138,973,974.034,974.207,972.552,971.655,976.103,977.966,978.483,978.552,979.379,979.379,977.345,973.103,973,972.621,972.241,972.448,975.483,974.793,975.897,974.655,975.586,974.931,978.724,987.069,987.345,986.448,986.241,986.931,988.552,983.103,983.379,984.517,984.517,984.345,983.69,984,984.759,981.724,982.483,984.414,987.793,989.621,986.621,985.966,985.966,984.379,983.966,985.103,985.897,984.552,984.138,986.552,984.414,987.483,963.276,952.172,952.483,952.31,956.759,956.655,955.862,955.655,954.517,955.379,954.793,950.828,952.586,950.724,952,952.724,952.172,952.621,953.724,953.69,953.034,953,950.793,950.517,950.586,950.862,949.345,950.414,949.552,974,983.759,984,984.345,981.828,981.345,975.828,978.759,978.621,974.69,974.655,978.138,977.172,978.172,976.31,976.31,974.897,976.276,976.655,977.103,978.793,979.241,979.034,980.241,980.414,978.655,969.034,969.241,968.276,969.207,970.966,971.138,970.897,973.276,973.621,979.862,977.448,979.034,979.448,979.448,977.862,978.276,979.621,979.966,978.207,979.483,978.483,979.586,979,977.241,978.069,979.655,979.138,978.276,980.241,991,990.897,990.966,991.103,986.966,985.517,985.655,985.483,985.724,985.69,985.414,985.069,986.966,986.897,985.103,984.31,983.034,984.586,984.69,984.759,987.034,985.034,985.034,986.69,985.759,985.724,985.483,987.345,987.414,987.379,984.69,983.517,983.172,982.552,988.69,989.207,988.414,988.069,987.379,985.414,985.586,986.414,986.621,988.828,991.069,990.241,987.517,989,987.103,986,986.448,985.31,984.586,984.621,984.207,984.655,984.793,985.379,984.793,987.448,988.069,986.793,989.31,983.069,982.103,983.759,983.897,984.345,985.931,985.759,985.414,984.759,985.655,985.448,985.69,987.276,987.241,988.655,988.241,989.034,987.276,987.241,984.483,982.069,980.276,980.759,978.655,979.517,979.241,979.828,981.414,983.586,985.414,985.966,983.345,982.69,981.759,981.034,981.862,982.414,983,975.483,975.241,975.862,975.862,976.207,975.724,973.103,972.897,974.897,976.345,977.724,980.034,982.138,980.448,982.103,979.586,981.31,981.621,979.414,979.483,979.276,979.379,979.655,981,981.172,981.552,981.31,979.655,980.655,986.517,986.552,986.276,984.897,984.483,985.414,988.966,989.241,990.655,989.207,991.034,991.517,989.586,990.655,990.448,992.793,991.379,991,993.172,993.207,992.862,992.759,993.897,993.069,993.655,989.448,987.345,984.966,985.621,987.276,987.345,986.828,987.793,987.483,987.345,987.241,986.069,983.931,985.379,984.931,985.034,986.138,986.172,986.483,986.379,985.448,984.207,982.069,983.414,983.207,983.207,981.621,980.793,979.897,984.448,985.69,989.31,987.69,988,986.966,988.034,988.276,988.517,990.103,990.207,990.276,991.517,990.793,989.207,987.345,986.966,986.414,983,981.966,981.069,983.759,984.931,984.517,983.103,983.069,985.345,984.069,985.207,983.621,984.345,984.241,984.276,983.552,984.724,984.586,983.172,984.483,982,981.828,982.552,983.103,981.69,982.828,984.655,983.759,984.276,987.379,988.345,990.172,988.828,989.655,988.759,990.414,989.552,990.172,992.069,989.31,991.586,992.172,992.517,979.414,979.172,980.897,980.069,980.103,978.724,980.31,980,980.414,977.828,978.655,979.517,979.345,980.724,980.897,981.345,977.828,977.034,976.379,977.483,975.931,974.724,975.586,976.621,976.31,978.552,977.103,975.69,973.621,989.345,988.931,988.069,988.172,990.138,988.207,988.862,988.69,988.69,991.172,990.552,990.793,988.69,988.586,982.897,981.103,984.138,984.966,985.586,984.345,985.897,987.759,986.586,983.897,982.552,982.172,983.552,984.034,984.207,982.345,983.345,981.517,981.138,980.069,981.586,980.414,981.103,980.034,980.241,980.241,979,981.103,981.345,985.31,986.034,986.552,986.31,985.759,985.828,985.207,984.414,985.724,986.414,988.586,986.517,985.414,985.31,989.241,987.586,987.483,987.138,988.172,989.517,990,988.655,988.034,986.828,984.448,987.276,986.586,987.793,986.655,986.586,988.897,986.793,986.931,981.207,980.586,981,980.828,980.828,981.517,981,985.655,986.207,984.655,982.828,983.345,984.103,982.483,983.552,982.345,982.517,983.448,983.276,985.414,987.655,986.069,987.724,985.966,984.345,985.931,982.931,982.552,981.759,988.931,986.966,985.448,985.517,985.241,983.241,983.724,982.241,982.517,984.069,983.276,977.241,974.655,977.241,975.586,975.655,976.31,976.655,976.552,976.552,976.517,976.517,976.138,977.31,979.586,977.517,978.759,981.207,982.276,980.276,953.772,922.081]
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" 68 --> 103
    line [82.796,86.141,89.621,86.586,86.621,86.621,86.621,83.207,79.862,83.241,83.241,83.241,83.241,80.793,81.034,80.586,80.621,79.828,83.276,81.172,81.276,81.276,81.276,79.862,82.276,83.138,83.138,82.31,81.172,77.759,77.759,78,81.034,81,81,81,84.414,87.069,84.448,84.448,84.448,81.034,82.414,82.31,82.207,80.345,81.103,81.103,83.172,79.69,79.69,79.69,81.103,81.138,81.103,79.655,78.552,79.724,83.103,79.69,79.69,79.69,79.69,76.276,76.552,76.517,77,79.655,79.655,79.655,83.069,84.069,83.621,84.448,86.241,85.931,83,83.034,86.414,86.414,83.034,83.138,83.138,83.138,84.586,86.517,86.483,86.517,89.931,89.966,89.966,89.966,93.379,89.759,89.828,90.069,90.034,90.069,90.069,90.069,90.138,90.448,89.793,89.552,89.966,92,90.31,90.31,90.172,93.552,93.414,93.448,93.448,90.034,90.069,90.069,90.069,86.655,83.207,83.207,83.207,83.207,86.552,86.517,86.517,84.655,83.138,83.138,83.138,83.138,83.138,83.483,80.345,80.31,81.172,82.862,82.862,83,83,83.034,83,83,86.414,83.138,83.138,83.138,86.552,89.966,89.966,89.966,89.966,89.966,89.966,89.966,88.448,86.517,86.552,86.552,86.517,86.517,86.552,89.966,89.966,89.966,89.966,89.931,89.966,89.966,89.966,86.828,83.414,83.414,86.655,86.655,86.655,86.655,86.655,86.655,86.655,83.414,83.448,83.448,83.448,86.828,90.172,86.724,83.31,83.345,83.345,83.345,83.345,83.345,83.345,83.345,83.379,80,80,80,83.138,86.552,86.552,86.552,86.552,85.069,85.276,85,84.966,84.483,87.862,86.414,86.414,86.414,86.414,86.483,89.897,91.966,89.931,89.897,86.517,86.517,86.517,86.517,86.517,86.517,89.862,89.862,89.586,86.517,86.517,85.483,85.345,85.103,86.448,86.31,85.966,85.897,86.138,86.276,86.448,83.034,83.034,83.034,83.034,83.034,84.379,86.414,86.448,89.69,86.483,86.483,86.483,86.483,86.483,86.483,86.483,86.759,89.828,89.828,90.862,91,88.759,88.138,84.655,85.276,85.379,85.621,85.345,86.586,90,90,90,90,86.655,86.655,86.655,86.655,86.793,90,90,90,90,90,90,87.172,86.655,86.655,86.655,86.655,86.655,89.138,89.897,93.31,93.31,93.31,93.31,92.345,92.207,91.379,90.034,90,89.069,92.69,92.931,91.69,92.241,92.034,90.241,90.241,90.241,90.069,90,90,89.966,90.69,90.103,90.103,90.034,90.034,90,90,89.966,89.966,86.69,86.69,87.655,87.793,88.621,89.966,90,90.897,87.207,86.966,88.207,87.655,84.483,86.276,86.276,86.276,86.448,86.517,86.517,89.379,89.172,89.759,89.759,89.828,89.828,89.379,89.103,89.103,86.621,89.862,89.931,89.931,89.897,89.897,86.517,86.517,86.552,89.966,89.966,89.966,89.966,93.345,93.345,93.345,91.862,90,90,90,90,90,90,90,90,90,90.483,87.345,87.379,89.862,89.897,89.828,89.828,89.862,89.862,93.241,93.241,93.241,93.241,93.172,89.793,89.793,89.793,89.793,89.793,91.276,93.138,93.138,93.138,93.138,93.138,93.138,93.138,89.793,89.793,89.793,93.207,93.207,93.207,93.207,89.897,89.897,89.897,89.897,89.897,89.897,89.897,89.897,87.793,89.966,86.552,86.552,86.586,86.586,86.586,86.586,83.241,83.172,79.793,79.793,79.793,79.793,83.138,83.138,83.138,79.897,79.897,79.897,79.828,79.759,79.759,79.759,79.759,79.724,79.724,76.69,76.483,78.724,79.69,83.103,83.103,83.069,83.069,82.793,79.621,82.966,83.034,86.414,86.414,86.414,86.414,86.414,86.414,83.034,86.241,82.862,82.862,82.931,86.31,86.31,84.379,82.931,81.724,81.759,85,84.655,84.862,84.241,83.069,83.034,83.069,83.069,82.897,86.103,86.138,84.655,84.448,84.172,83.276,83.241,83.241,83.241,86.621,83.241,83.207,83.207,83.207,83.207,83.207,85.138,86.586,87.828,87.793,87.586,88.138,84.793,85.586,83.379,83.414,83.379,83.379,83.828,83.793,83.759,85.241,82.034,82.31,83.207,83.241,83.276,83.276,83.276,86.69,86.724,86.69,86.69,83.276,81.276,81.793,81.621,81.517,80.897,80.069,79.931,83.034,83.034,86.414,83,83.034,83.034,83.034,83.034,83.034,83.034,86.448,83.103,83.069,83.034,79.621,79.621,79.621,79.621,83,83.034,83.069,83.069,83.034,82.172,82,82.414,82.931,83.138,83.276,83.276,83.345,83.345,86.759,86.724,86.724,83.345,83.379,83.379,83.379,80.374,80.385]

95th Percentile Latency

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=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 10 --> 19
    line [13.517,13.612,13.391,13.392,13.58,13.717,13.623,13.532,13.341,13.356,13.007,12.899,12.739,12.225,12.347,12.402,12.255,12.042,11.959,11.922,12.285,12.885,12.888,12.988,13.223,13.069,13.338,13.367,13.638,13.431,13.381,13.86,14.089,14.157,14.132,14.285,14.554,14.85,14.98,15.077,15.052,15.017,15.011,14.953,14.906,14.834,14.915,14.982,15.064,14.736,14.62,14.828,14.945,14.961,15.091,15.086,15.138,15.134,15.298,15.225,15.164,15.195,15.037,14.966,15.031,15.053,15.019,15.041,15.11,15.143,15.22,15.39,15.454,15.516,15.576,15.601,15.582,15.495,15.509,15.472,15.293,15.406,15.523,15.461,15.396,15.439,15.405,15.411,15.444,15.317,15.325,15.491,15.607,15.489,15.563,15.511,15.503,15.464,15.501,15.514,15.533,15.434,15.376,15.483,15.565,15.705,15.811,15.938,15.99,16.058,16.065,16.035,15.99,15.952,15.889,15.884,15.87,15.924,15.949,16.065,16.084,16.121,16.136,15.958,15.945,15.897,15.976,16.068,16.194,16.249,16.374,16.387,16.235,16.195,16.145,16.15,16.163,16.177,16.106,16.023,16.061,16.089,16.199,16.146,16.172,16.235,16.213,16.246,16.198,16.147,16.115,16.198,16.285,16.286,16.247,16.117,16.071,16.007,15.939,15.791,15.726,15.777,15.769,15.743,15.617,15.428,15.427,15.482,15.481,15.297,15.185,15.052,15.107,14.978,14.797,14.87,14.875,14.806,14.797,14.722,14.628,14.493,14.487,14.533,14.576,14.342,14.083,14.088,14.182,14.293,14.446,14.536,14.685,14.768,14.873,14.599,14.551,14.538,14.517,14.637,14.79,14.822,15.019,15.068,15.08,15.113,15.119,15.085,15.126,15.067,15.208,15.335,15.524,15.616,15.781,15.856,15.815,15.875,15.772,15.766,15.746,15.664,15.76,15.806,15.919,15.914,15.903,15.953,16.019,15.952,15.978,15.89,15.971,15.89,15.823,15.739,15.83,15.846,15.876,15.805,15.82,15.755,15.842,15.844,15.97,15.966,15.931,16.031,15.989,15.926,15.95,15.877,15.931,15.921,15.894,15.876,15.964,15.933,16.013,16.056,16.07,16.077,16.076,16.114,16.162,16.107,16.183,16.271,16.382,16.351,16.37,16.315,16.214,16.152,16.162,16.093,16.094,16.101,16.085,16.033,15.982,15.931,15.969,15.913,15.944,15.867,15.848,15.759,15.64,15.649,15.578,15.64,15.665,15.702,15.708,15.548,15.464,15.406,15.377,15.404,15.355,15.362,15.39,15.358,15.308,15.197,15.155,15.104,15.096,15.073,14.915,14.931,14.942,14.864,14.859,14.85,14.903,15.017,15.055,15.101,15.144,15.2,15.054,15.075,15.188,15.235,15.213,15.172,15.034,14.973,15.008,15.049,15.175,15.198,15.133,15.162,15.23,15.288,15.274,15.287,15.318,15.428,15.548,15.539,15.476,15.57,15.576,15.556,15.445,15.386,15.304,15.434,15.529,15.451,15.374,15.343,15.241,15.386,15.397,15.434,15.253,15.158,15.287,15.398,15.44,15.519,15.482,15.553,15.659,15.531,15.527,15.364,15.411,15.419,15.315,15.294,15.255,15.262,15.307,15.353,15.312,15.25,15.285,15.295,15.269,15.385,15.215,15.228,15.195,15.188,15.095,15.052,15.037,14.907,14.775,14.658,14.52,14.396,14.422,14.505,14.73,14.777,14.914,14.788,14.766,14.775,14.815,14.691,14.681,14.614,14.452,14.472,14.606,14.693,14.692,14.666,14.648,14.62,14.676,14.799,14.619,14.516,14.563,14.483,14.639,14.826,14.764,14.778,14.509,14.44,14.356,14.286,14.545,14.533,14.564,14.469,14.579,14.466,14.484,14.396,14.37,14.152,14.04,14.025,14.149,14.078,14.169,14.151,14.142,14.245,14.406,14.563,14.798,14.831,14.676,14.722,14.629,14.732,14.627,14.826,14.946,14.936,15.007,14.855,15.049,14.9,15.028,15.098,15.196,15.161,15.134,15.167,15.18,15.214,15.332,15.237,15.244,15.289,15.384,15.41,15.388,15.327,15.297,15.389,15.392,15.388,15.411,15.442,15.308,15.274,15.251,15.285,15.426,15.303,15.298,15.184,15.147,15.193,15.21,15.229,15.241,15.239,15.22,15.319,15.464,15.446,15.414,15.221,15.201,15.157,15.051,15.076,15.057,15.196,15.271,15.271,15.382,15.46,15.401,15.299,15.12,14.99,14.911,14.919,15.013,15.025,14.815,14.724,14.763,14.778,14.796,14.793,14.579,14.545,14.659,14.588,14.81,14.611,14.629,14.707,14.669,14.647,14.557,14.625,14.536,14.342,14.321,14.335,14.273,14.369,14.542,14.716,14.897,14.912,14.834,15.003,15.086,15.195,15.193,15.173,15.113,15.115,15.034,14.981,14.964,14.839,14.948,14.993,15.056,14.923,14.931,14.907,14.947,15.024,15.067]
---
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" 16 --> 25
    line [18.101,18.031,17.944,18.081,18.286,18.375,18.387,18.466,18.566,18.485,18.305,18.169,18.119,17.97,18.112,18.249,18.195,18.168,18.097,18.205,18.376,18.569,18.413,18.449,18.433,18.317,18.347,18.281,18.414,18.402,18.482,18.646,18.603,18.513,18.438,18.413,18.36,18.396,18.472,18.564,18.594,18.665,18.614,18.559,18.465,18.51,18.543,18.553,18.516,18.302,18.241,18.432,18.471,18.475,18.537,18.557,18.59,18.603,18.615,18.616,18.605,18.628,18.554,18.583,18.687,18.789,18.779,18.754,18.773,18.766,18.713,18.783,18.874,18.943,18.93,18.926,18.961,18.911,18.869,18.889,18.812,18.901,18.976,18.957,18.912,18.889,18.853,18.88,18.82,18.733,18.749,18.889,18.865,18.814,18.929,18.934,18.989,18.933,18.991,19.007,18.914,18.789,18.721,18.786,18.786,18.858,18.921,19.081,19.127,19.233,19.371,19.405,19.354,19.413,19.43,19.384,19.252,19.349,19.429,19.568,19.618,19.694,19.682,19.472,19.497,19.545,19.65,19.727,19.779,19.87,20.113,19.999,20.388,21.857,21.314,20.947,22.091,22.688,22.043,19.971,19.827,19.867,19.834,19.884,19.949,21.319,20.827,19.992,19.938,19.809,19.863,19.92,19.956,19.939,19.906,19.881,19.845,19.879,19.841,19.647,19.624,19.555,19.498,19.494,19.464,19.224,19.159,19.146,19.174,19.222,19.264,19.281,19.308,19.215,19.091,19.185,19.273,19.228,19.29,19.195,19.123,19.029,19.013,18.956,18.937,18.884,18.821,18.917,19.092,19.299,19.363,19.477,19.577,19.647,19.68,19.643,19.667,19.59,19.529,19.506,19.527,19.512,19.622,19.646,19.606,19.614,19.639,19.668,19.681,19.657,19.735,19.79,19.831,19.849,19.871,19.857,19.869,19.932,19.879,19.944,19.895,19.893,19.878,19.927,19.882,19.849,19.952,20.131,20.598,20.488,20.536,20.384,21.294,21.119,20.321,20.809,21.177,20.68,20.849,20.871,20.393,20.393,21.559,20.871,21.547,20.633,19.905,19.88,19.834,19.888,19.855,19.905,19.924,19.993,19.958,19.847,19.879,19.825,19.852,19.883,19.902,19.883,19.897,19.917,19.822,19.688,19.719,19.759,19.736,19.748,19.818,19.834,19.879,19.952,19.971,20.319,21.398,20.564,19.957,19.921,19.902,19.813,19.815,19.884,20.083,19.952,19.971,19.899,19.843,19.854,19.834,19.786,19.751,19.825,19.877,19.845,19.78,19.779,19.83,19.828,19.705,19.64,19.458,19.445,19.392,19.289,19.351,19.302,19.33,19.288,19.306,19.292,19.273,19.127,19.131,19.114,19.087,19.113,19.077,19.004,19.131,19.23,19.184,19.339,19.423,19.56,19.617,19.53,19.474,19.46,19.504,19.667,19.713,19.712,19.736,19.734,19.811,19.867,19.844,19.783,19.747,19.752,19.871,19.837,19.784,19.908,19.907,19.935,19.923,19.846,19.811,19.827,19.775,19.681,19.554,19.502,19.519,19.507,19.516,19.495,19.306,19.199,19.24,19.169,19.123,19.088,19.037,19.099,19.277,19.257,19.301,19.172,19.245,19.307,19.18,19.125,19.008,19.066,19.112,19.164,19.12,19.053,19.091,19.12,19.122,19.143,19.091,19.132,19.113,19.122,19.159,19.206,19.335,19.355,19.356,19.299,19.227,19.09,19.082,19.067,19.144,19.141,19.162,19.192,19.257,19.361,19.315,19.249,19.264,19.133,19.072,19.144,19.17,19.17,19.087,19.184,19.141,19.129,19.203,19.248,19.181,19.011,18.889,18.755,18.749,18.892,18.924,18.937,18.865,18.882,18.859,18.834,18.873,18.884,18.843,18.884,19.006,18.916,19.08,19.084,19.051,18.985,18.913,19.024,18.952,18.948,19.087,19.096,19.144,19.063,19.135,19.255,19.501,19.491,19.421,19.333,19.245,19.174,19.022,19.088,19.131,19.202,19.258,19.251,19.28,19.227,19.373,19.379,19.361,19.3,19.298,19.405,19.414,19.528,19.634,19.523,19.447,19.348,19.473,19.433,19.505,19.437,19.537,19.587,19.634,19.73,19.826,19.838,19.741,19.719,19.638,19.578,19.599,19.596,19.597,19.47,19.462,19.507,19.517,19.503,19.449,19.377,19.33,19.2,19.281,19.361,19.426,19.395,19.515,19.437,19.33,19.328,19.326,19.375,19.345,19.315,19.433,19.475,19.51,19.442,19.368,19.31,19.21,19.209,19.312,19.305,19.273,19.28,19.408,19.475,19.448,19.45,19.53,19.467,19.437,19.321,19.358,19.315,19.418,19.482,19.501,19.48,19.416,19.407,19.31,19.252,19.256,19.227,19.313,19.349,19.371,19.489,19.457,19.402,19.287,19.287,19.302,19.253,19.21,19.235,19.149,19.054,19.071,18.999,19.016,18.927,18.944,18.866,18.854,18.767,18.747,18.844,19.015,19.117,19.121]

Copy link

github-actions bot commented Apr 3, 2025

🌋 Here are results of SLO test for sync-query:

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, %" 71 --> 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,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.953,99.272,98.623,97.952,97.267,96.554,95.883,95.114,94.458,93.78,93.125,92.397,91.693,90.978,90.28,89.586,88.901,88.177,87.494,86.819,86.142,85.446,84.762,84.102,83.331,82.659,81.979,81.327,80.636,80.05,80.03,80.015,80,79.988,79.974,79.958,79.972,79.97,79.946,79.894,79.903,79.922,79.945,79.999,80.008,80.031,80.045,80.011,79.996,80.003,79.976,79.992,80.112,80.947,81.645,82.363,83.106,83.823,84.488,85.19,85.85,86.558,87.242,88.006,88.739,89.384,90.023,90.739,91.414,92.056,92.732,93.403,94.05,94.708,95.38,96.034,96.759,97.482,98.176,98.823,99.482,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
---
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, %" 71 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.92,99.92,99.919,99.919,99.919,99.919,99.919,99.919,99.919,99.919,99.919,99.922,99.922,99.922,99.921,99.919,99.917,99.917,99.917,99.92,99.919,99.919,99.919,99.919,99.921,99.922,99.925,99.922,99.922,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.838,98.985,98.128,97.303,96.701,95.823,95.028,94.824,93.75,92.922,92.201,91.477,90.839,90.356,89.698,88.829,88.167,87.693,86.887,86.13,85.389,84.615,83.871,83.154,83.008,82.093,81.325,80.588,79.884,79.578,79.789,79.812,80.016,80.065,80.25,80.285,80.183,80.254,80.384,80.833,80.769,80.63,80.393,80,79.937,79.771,79.692,79.914,80.065,80.032,80.2,80.103,79.769,79.777,80.728,81.518,82.227,82.903,83.763,84.417,85.223,85.871,86.701,86.919,87.621,88.394,89.348,89.941,90.391,91.15,91.747,92.605,93.62,94.482,95.286,96.062,96.659,96.822,97.498,98.133,98.967,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]

Operations Per Second

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=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 291 --> 779
    line [645.777,667.783,691.152,698.69,700.517,700.828,699.103,699.483,699.621,699.379,699.897,700.034,702.345,703.448,701.828,700.897,701.448,699.69,701.241,703.172,704.586,702.276,689.483,688.207,689.931,688.862,690.069,690.241,689.862,687.69,689.069,686.276,685.069,681.793,680.759,679.69,679.69,682.172,682.586,682.483,681.897,676.897,675.69,675.379,674.586,673.552,670.862,668.931,666.655,668.966,670.172,681.586,681.552,678.966,678.552,677.862,676.897,677.586,678.414,676.517,677.966,675.931,675.276,674.966,676.448,677.138,672.414,674.828,674.138,673.759,676.241,673.828,673.207,673.172,671.862,674.517,674.517,673.966,671.034,673.069,673.759,673.966,672.828,673.138,671.034,671.655,670.103,669.586,669.517,670.241,673.724,672.379,672.103,670.345,669.103,670.586,669.172,671,674.552,674.172,675.517,674.931,674,674.31,672.138,672.103,671.207,671.552,669.759,672.552,670.069,670.621,670.586,669.483,673.103,672.759,672.586,673.379,673.655,671.759,673.103,673.172,672.69,673.931,673.862,670.828,668.621,665.517,665.207,664.103,665.448,665.31,666.069,665.172,665.276,664.828,662.862,665.517,662.483,664.621,662.655,663.241,663.138,658.793,658.69,658.448,658.552,658.483,657.552,660.517,660.103,660.862,657.069,657.655,659.621,661.241,660.241,660.586,660.828,661.172,662.034,661.586,660.621,662.207,664.172,666.31,662.793,663.172,667.241,667.379,666.379,667.172,667.207,668.276,668.448,668.724,668.448,670.483,668.379,669.172,669.759,670.759,668.138,666.897,666.448,668.414,668.207,669.483,668.586,669.862,672.793,675.103,672.483,671.966,670.483,675.966,677.069,674.931,678.655,681.483,682.448,683.586,683.069,685.172,685.448,689.69,691.103,688.931,688.138,689.552,689.966,692.379,696,696.793,696.034,697.207,697.793,698.103,696.862,694.207,697.552,700.448,698.828,700.828,698.379,696.69,697.31,695.828,697.793,698.793,698.103,700.966,698.345,698.103,695.724,693.966,700.414,702.69,702.552,703.931,703.069,701.552,699.966,700.759,699.69,698.448,698.31,699.172,703.276,698.345,698.897,699.379,697.931,695.655,696.034,697.172,696.724,695.034,693.138,692.621,691.034,692.517,690.966,689.448,689.483,685.207,684.621,684.897,684.724,686.138,684.483,686.241,686.793,685.828,688.448,686.931,688.103,684.69,689.414,689,690.897,691.655,692,693.345,691.345,693.586,695.552,695.034,696.793,697.724,696,697.931,697,697.483,697.655,700.241,698.862,698.241,698.552,699.172,697.276,697.207,698.586,695.759,698.379,696.724,699.414,695.724,694.862,693.31,696,696.655,693.862,693.069,691.655,690.172,692.069,695.828,693.931,696.759,695.069,695.448,693.966,691.517,690.552,691.034,694.483,693.276,692.69,694.276,694.655,695.034,694.828,696.552,698.207,695.414,695.103,695.345,696.31,694.207,693.207,698.448,701.034,701.621,699.655,701.655,696.586,699.483,697.517,702.759,703.897,705.172,706.345,703.931,706.276,702.586,702.483,703.621,703.448,705.897,705.034,707.931,703.379,702.034,702.966,704.483,703.276,702.517,703.138,704.138,701.414,699.931,699.034,698.931,698.103,700.862,698.552,699.552,696.793,696.483,697.552,700.379,701,698.276,698.483,699.345,697.793,696.759,692.517,694.448,692.655,698.69,698.414,697.379,696.379,694.966,695.207,696.586,695.345,694.586,692.207,689.448,687.241,686.414,684.897,686.517,685.621,682.862,683.862,683.586,680.448,683,682.103,680.034,680.31,681,683.517,683.207,681.241,680.483,675.931,673.724,673.31,672.207,672.759,670.759,671.897,671.276,670.241,671.621,672.759,675.483,674.276,674.655,673.966,676.862,677.276,673.69,673.034,673.345,669.103,668.448,670.897,667.31,666.552,664.69,668.414,668.862,669.655,668.483,668.828,669.862,673.276,673.448,674.759,671.724,671.379,672.103,671.379,675,674.345,674.448,672.414,668.448,667.034,667.241,667.793,666.586,666.552,668.69,670.345,672.034,674.138,672.828,671.552,668.793,669.241,667.724,670.103,672.448,672.552,669.138,670.586,670.034,668.552,669.379,669.31,670.621,667.655,666.793,667.207,667.448,670.483,670.793,671.103,671.966,671.966,671.862,670.724,673.931,671.207,671.552,673.034,673.138,673.207,674.379,675.241,678.103,676,674.552,675.31,676.345,677.379,677.103,677.69,676.69,678.034,680.379,681.172,682.034,683.414,681,681.276,680.379,681.103,680,684,682.793,678.448,678.552,679.069,678.207,681.138,679.966,677.586,677.897,672.241,673.379,672.552,674.069,673.034,671.931,672.621,670.621,672.207,670.069,669.621,670.241,668.931,668.655,670.069,666.69,671.931,671.241,671.207,667.069,667.897,669.069,670.345,669.966,671.138,668.69,670.069,669.172,668.414,669.931,668.931,669.345,668.241,666.345,667.931,671,671.724,664.862,640.225,616.372,593.479,571.481,548.378,526.864,506.254,479.881,457.669,436.572,414.814,392.672,369.825,346.654,324.147]
---
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" 40 --> 103
    line [85.103,88.448,91.448,91.724,88.655,89.138,90.241,90.241,90.276,90.103,89.586,89.724,86.828,86.828,88.241,89.966,90,91.069,90,86.586,86.586,86.586,86.586,86.586,84.69,84.69,84.69,84.69,84.69,84.69,84.69,84.69,84.69,87.931,87.966,87.897,87.517,84.655,82.862,83.517,83.276,85.897,85.552,84.793,84.828,84.828,87.138,88.207,91.621,88.241,88.241,88.241,88.241,90.138,90.138,90.138,90.138,90.138,90.138,90.138,90.103,89.897,89.793,89.586,88.241,87.138,89.931,88.517,88.379,88.483,88.759,89.103,89.862,89.207,88.931,86.862,86.586,86.793,89.897,88,87.759,87.655,86.552,86.552,86.552,86.552,86.552,86.552,86.552,84.862,83.414,83.552,83.759,85.103,86.586,86.621,86.655,86.621,83.207,83.207,83.207,83.207,83.828,84.103,86.172,86.448,86.241,86.517,88.414,85.414,85.517,86.621,86.621,86.621,83.276,83.276,83.276,83.276,85,86.655,86.621,86.621,86.621,83.276,83.276,86.621,86.655,90.069,90.069,90.069,88.103,88.103,86.828,86.828,86.828,86.828,86.828,83.483,86.724,86.724,86.724,86.724,84.966,88.345,88.414,88.207,86.759,86.69,86.69,83.276,83.31,83.31,86.655,86.586,84.69,83.31,83.345,83.345,83.345,84.897,84.414,85.276,84.724,83.828,83.379,83.31,86.655,86.655,83.276,83.31,83.31,84.931,84.793,84.379,84.034,85.448,85.552,84.655,86.828,86.793,86.138,85.276,85.172,86.517,87.759,87.586,87.31,87.276,87.276,87.724,84.759,85.31,86.207,86.655,86.759,83.379,83.379,86.759,86.724,86.724,86.862,86.966,87.276,87.862,87.897,84.621,85.517,86.759,86.759,87.414,88.276,88.448,85.655,85.793,85.931,86.241,86.31,86.69,86.69,90.069,86.828,86.828,86.828,86.793,90.172,90.172,90.172,90,86.931,86.931,86.931,86.966,86.931,86.931,90.172,90.172,86.793,86.069,85.414,85.31,84.897,87.897,87,87,86.966,86.724,86.793,86.759,83.379,86.621,86.621,86.621,86.621,86.621,86.586,83.207,83.379,86.448,86.448,86.448,86.448,86.448,86.448,85.621,85.345,88.586,87.276,87.897,87.172,87.586,87.586,88.172,86.345,86.276,86.552,86.517,86.586,89.069,86.621,86.586,85.828,85.586,85.138,84.069,86.655,86.621,83.241,83.241,83.241,83.241,83.241,83.241,84.069,84.345,84.483,83.276,83.31,84.138,84.138,84.483,84.793,86.621,86.69,86.621,86.621,86.621,84.31,86.759,86.793,87.552,84.448,85.069,85.931,86.724,86.759,90.172,90.172,86.793,86.793,86.793,86.793,86.793,86.793,86.793,90.034,90.034,86.69,86.69,86.69,86.69,86.69,86.69,86.69,83.345,83.345,86.586,86.552,86.552,86.552,89.897,89.517,86.586,83.793,83.379,83.172,83.207,86.552,86.586,86.552,83.138,82.69,82.552,81.897,81.931,79.759,83.103,83.103,83.103,83.103,79.759,79.759,79.759,83.103,83.103,83.069,83.103,83.103,83.069,82.759,82.759,85.414,87.862,88.034,87.897,87.828,86.586,86.586,86.586,89.897,90.379,89.345,87.828,87.793,89.966,89.966,89.966,89.966,89.966,93.31,91.172,89.931,86.517,86.517,86.517,86.517,86.517,86.552,83.517,83.724,84.241,84.586,84.828,85.138,85.172,83.069,83.069,83.103,83.207,81.862,81,83.103,79.724,79.724,79.724,79.724,79.724,76.379,76.379,78.517,79.759,83.172,83.172,83.172,83.172,83.172,83.172,83.172,83.172,83.172,83.172,83.172,83.172,82.483,83.207,83.103,79.724,79.724,81.034,83.069,83.138,86.517,86.517,86.517,86.517,86.517,89.483,86.586,86.586,86.586,86.586,86.586,86.586,83.241,83.241,83.241,86.586,86.586,86.586,86.586,83.414,83.655,84.379,86.655,86.69,90.172,90.138,90.138,90.103,90.069,89.241,86.759,84.897,84.69,84.828,84.69,87.241,86.724,86.655,86.655,83.276,83.276,86.621,86.621,86.621,86.621,86.621,86.621,86.621,89.793,89.552,89.517,89.759,89.966,87.276,87.069,86.655,86.621,86.621,87.448,86.517,88.414,88.621,88.483,88.793,88.414,86.517,86.517,83.138,86.517,86.517,86.483,83.621,83.483,83.241,83.138,83.069,83.103,80.345,80.034,80.207,79.931,79.69,82.379,82.586,82.966,83.034,79.69,79.69,83.103,83.069,83.069,83.069,79.897,80.655,83.069,83.138,86.517,86.517,85.828,83.172,86.069,86.207,86.448,86.552,86.621,86.586,86,86.31,86.138,86.552,86.621,86.517,83.172,83.241,83.241,86.621,86.586,84.345,84.862,84.552,84.586,86.966,86.793,86.586,86.552,86.655,86.655,87.31,90.034,89.931,90,86.621,86.621,86.621,82.947,82.938,79.592,76.246,72.898,69.549,66.199,66.252,62.87,59.521,56.171,52.854,51.787,47.908,44.874]

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" 34 --> 46
    line [39.101,39.111,39.113,38.91,38.712,38.751,38.763,38.681,38.615,38.528,38.527,38.545,38.405,38.312,38.427,38.513,38.477,38.576,38.446,38.267,38.178,38.244,38.445,38.374,38.251,38.274,38.19,38.157,38.176,38.226,38.262,38.357,38.432,38.653,38.613,38.672,38.822,38.777,38.774,38.842,38.854,39.087,39.21,39.194,39.231,39.285,39.468,39.584,39.735,39.613,39.579,39.536,39.587,39.725,39.708,39.774,39.804,39.797,39.78,39.828,39.819,39.851,39.892,39.937,39.917,39.865,40.044,39.969,39.976,39.986,39.915,39.969,40.047,40.04,40.076,39.981,39.954,40.001,40.112,40.004,39.974,40.053,40.016,40.112,40.13,40.171,40.249,40.361,40.354,40.274,40.204,40.269,40.3,40.331,40.375,40.379,40.409,40.323,40.172,40.207,40.131,40.181,40.26,40.254,40.307,40.319,40.251,40.264,40.359,40.132,40.099,40.132,40.18,40.203,40.023,40.036,39.932,39.843,39.839,39.884,39.821,39.781,39.852,39.797,39.763,39.984,40.048,40.238,40.247,40.351,40.218,40.201,40.192,40.24,40.233,40.322,40.451,40.306,40.523,40.532,40.567,40.43,40.422,40.596,40.583,40.681,40.759,40.879,40.943,40.813,40.934,40.955,41.131,41.17,41.108,41.135,41.19,41.224,41.219,41.249,41.274,41.35,41.438,41.452,41.466,41.426,41.593,41.585,41.471,41.46,41.562,41.572,41.537,41.546,41.497,41.545,41.517,41.454,41.553,41.484,41.455,41.412,41.469,41.464,41.482,41.468,41.424,41.35,41.351,41.362,41.195,41.154,41.256,41.219,41.171,40.971,40.898,40.931,40.838,40.721,40.723,40.566,40.513,40.437,40.289,40.09,40.068,40.063,40.035,39.972,39.966,39.851,39.708,39.6,39.53,39.492,39.481,39.503,39.404,39.548,39.294,39.141,39.114,39.168,39.298,39.344,39.35,39.396,39.275,39.209,39.233,39.237,39.274,39.312,39.422,39.38,39.195,39.136,39.113,39.068,39.039,39.186,39.19,39.146,39.192,39.244,39.207,39.222,39.044,39.232,39.262,39.226,39.186,39.211,39.242,39.135,39.181,39.336,39.376,39.445,39.442,39.454,39.553,39.523,39.538,39.689,39.745,39.759,39.69,39.686,39.68,39.71,39.611,39.585,39.495,39.553,39.507,39.591,39.438,39.418,39.387,39.329,39.384,39.261,39.394,39.325,39.132,39.154,39.13,39.178,39.234,39.192,39.316,39.326,39.372,39.091,39.097,39.108,39.099,39.193,39.26,39.423,39.412,39.538,39.51,39.532,39.43,39.573,39.557,39.653,39.525,39.515,39.695,39.7,39.739,39.912,39.793,39.671,39.629,39.509,39.55,39.547,39.636,39.545,39.767,39.827,39.736,39.785,39.755,39.699,39.623,39.684,39.644,39.475,39.473,39.593,39.52,39.55,39.49,39.618,39.605,39.359,39.269,39.169,39.172,39.237,39.406,39.34,39.391,39.128,39.043,38.895,38.956,39.041,38.905,39.017,38.936,38.82,38.763,38.593,38.501,38.402,38.549,38.589,38.629,38.622,38.632,38.597,38.586,38.585,38.729,38.817,38.897,38.925,38.867,38.798,38.782,38.788,38.929,38.998,38.966,38.841,38.857,38.945,39,39.023,39.1,39.184,39.386,39.372,39.475,39.289,39.349,39.405,39.453,39.469,39.507,39.409,39.402,39.425,39.453,39.543,39.629,39.732,39.652,39.741,39.779,39.901,39.869,39.916,40.078,39.91,39.966,40.011,40.014,40.043,39.867,39.963,40.036,40.055,40.271,40.302,40.326,40.407,40.443,40.527,40.54,40.638,40.656,40.657,40.616,40.562,40.53,40.545,40.54,40.381,40.332,40.396,40.496,40.491,40.718,40.761,40.697,40.749,40.816,40.946,40.684,40.683,40.64,40.706,40.604,40.537,40.356,40.332,40.257,40.351,40.303,40.346,40.332,40.178,40.189,40.168,40.287,40.424,40.597,40.652,40.606,40.573,40.609,40.502,40.291,40.217,40.283,40.306,40.311,40.476,40.452,40.469,40.366,40.302,40.309,40.519,40.49,40.544,40.611,40.61,40.571,40.533,40.688,40.639,40.672,40.665,40.601,40.499,40.464,40.481,40.457,40.42,40.438,40.406,40.518,40.44,40.377,40.407,40.363,40.317,40.29,40.196,40.332,40.348,40.336,40.211,40.175,40.18,40.181,40.176,40.198,40.023,40.003,39.956,39.971,39.973,40.068,40.111,40.063,40.048,39.895,39.947,40.128,40.162,40.23,40.233,40.011,40.139,40.198,40.211,40.392,40.388,40.47,40.311,40.461,40.466,40.404,40.422,40.427,40.449,40.461,40.526,40.593,40.588,40.542,40.588,40.36,40.475,40.541,40.75,40.699,40.545,40.514,40.458,40.467,40.634,40.549,40.616,40.603,40.539,40.558,40.47,40.558,40.623,40.608,40.564,40.529,40.579,40.585,40.731,40.707,40.692,40.686,40.667,40.598,40.822,40.747,40.714,40.603,40.609,40.875,40.871,40.877]
---
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" 34 --> 47
    line [39.23,39.232,39.172,39.052,39.091,39.251,39.175,39.175,38.924,38.77,39.029,39.043,38.994,38.68,38.653,38.732,38.458,38.423,38.318,38.453,38.213,38.25,39.008,39.108,39.294,39.261,39.161,39.423,39.294,39.326,39.642,39.549,39.518,39.594,39.378,39.509,39.496,39.554,39.472,39.319,39.218,39.329,39.374,39.601,39.473,39.777,39.722,39.707,39.723,39.846,39.818,39.421,39.391,39.593,39.813,39.919,39.757,39.729,39.838,39.475,39.45,39.728,39.656,39.708,39.84,39.804,40.178,40.236,40.331,40.445,40.288,40.742,40.867,41.004,41.011,41.093,41.21,41.23,41.16,41.146,41.192,41.203,41.14,41.287,41.244,41.299,41.413,41.392,41.35,41.488,41.475,41.439,41.416,41.335,41.389,41.052,41.049,40.841,40.894,40.965,40.693,40.279,40.258,40.088,40.22,40.242,40.24,40.604,40.687,40.534,40.522,40.571,40.279,40.305,40.25,40.33,40.36,40.525,40.584,40.461,40.542,40.691,40.642,40.682,40.808,40.813,40.832,40.736,40.873,40.759,40.859,40.571,40.795,40.747,40.789,40.598,40.307,40.277,40.264,40.475,40.605,40.504,40.72,40.987,41.07,41.136,41.188,41.252,41.205,41.226,41.349,41.44,41.365,41.406,41.486,41.576,41.724,41.683,41.76,41.736,42.09,41.927,42.044,41.964,42.114,42.182,42.172,42.431,42.403,42.185,42.314,42.084,41.718,41.621,41.605,41.678,41.647,41.739,41.712,41.734,41.762,42.015,42.025,41.874,41.826,41.806,41.888,41.879,41.824,41.725,41.794,41.75,41.959,42.006,41.924,41.908,41.57,41.483,41.386,41.156,41.184,41.258,41.226,41.122,40.945,40.916,40.909,40.894,40.702,40.582,40.183,39.98,40.092,40.208,40.141,39.996,40.015,40.158,39.997,39.979,39.816,39.405,39.436,39.379,39.325,39.5,39.586,39.8,40.05,40.103,39.914,39.742,39.717,39.717,39.586,39.529,39.504,39.534,39.761,39.942,39.908,39.828,39.933,39.961,39.938,39.912,39.736,39.683,39.691,39.896,40.164,39.951,40.19,40.346,40.248,40.223,40.285,40.499,40.398,40.548,40.836,40.996,41.172,41.303,41.518,41.583,41.617,41.377,41.41,41.388,41.488,41.549,41.557,41.584,41.547,41.591,41.741,41.721,41.64,41.584,41.642,41.442,41.374,41.404,41.402,41.396,41.235,41.279,41.397,41.244,41.199,41.109,41.22,40.984,40.922,40.917,41.124,40.89,40.984,41.061,40.913,40.689,40.734,40.759,40.665,40.472,40.46,40.481,40.399,40.364,40.39,40.318,40.346,40.332,40.122,40.045,39.994,39.794,39.794,39.766,39.625,39.449,39.736,39.848,39.851,39.825,39.97,39.861,39.833,39.692,40.024,40.234,40.311,40.441,40.492,40.447,40.528,40.354,40.329,40.254,40.394,40.426,40.366,40.389,40.413,40.516,40.483,40.65,40.606,40.701,40.753,40.593,40.568,40.486,40.43,40.127,40.237,40.099,40.265,40.177,39.821,39.728,39.663,39.693,39.99,39.901,39.843,40.018,40,39.884,39.985,39.94,40.082,40.124,40.025,39.927,39.759,39.73,39.866,39.81,39.714,39.496,39.587,39.585,39.779,39.669,39.529,39.266,39.336,39.269,39.471,39.534,39.737,39.56,39.56,39.851,39.903,39.991,40.132,40.152,40.431,40.635,40.8,40.868,40.988,41.251,41.224,41.258,41.495,41.46,41.466,41.538,41.603,41.848,41.848,42.01,42.176,42.216,42.274,42.18,42.27,42.392,42.357,42.476,42.612,42.51,42.51,42.579,42.476,42.227,42.1,42.048,42.081,42.082,41.983,42.088,41.93,41.849,41.929,41.883,41.768,41.65,41.55,41.741,41.602,41.576,41.615,41.451,41.314,41.004,40.714,40.738,40.593,40.508,40.457,40.524,40.322,40.426,40.524,40.411,40.441,40.536,40.813,40.833,40.888,41.079,41.147,41.193,41.303,41.532,41.689,41.692,41.701,41.915,41.91,41.897,42.036,42.024,42.238,42.291,42.413,42.427,42.359,42.376,42.307,42.476,42.392,42.357,42.306,42.077,42.027,41.783,41.686,41.687,41.462,41.309,41.184,41.075,41.052,40.974,40.903,40.819,40.834,40.937,40.841,40.882,40.882,40.737,40.818,40.663,40.444,40.393,40.544,40.775,40.626,40.558,40.729,40.779,40.865,40.77,40.828,40.781,40.739,41.082,41.016,40.865,40.939,40.762,40.785,40.988,40.886,40.855,40.756,40.923,40.789,40.902,41.116,41.174,41.269,41.383,41.391,41.262,41.107,41.183,41.197,41.07,41.045,41.272,41.312,41.299,41.396,41.386,41.198,41.235,41.534,41.507,41.327,41.311,40.958,41.171,40.873,40.82,40.74,40.739,40.649,40.436,40.262,40.136,40.009,39.891,39.987,39.952,39.787,40.085,40.143,40.155,39.961,39.928,39.893,39.75,39.737,39.747,39.7,39.382,39.293,39.678,39.682,40.022,39.679]

@vgvoleg vgvoleg merged commit 4943aec into main Apr 3, 2025
23 of 24 checks passed
@vgvoleg vgvoleg deleted the update_describe_table_structure branch April 3, 2025 16:10
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