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

sql: store plan as jsonb in system.statement_statistics #67331

Merged
merged 1 commit into from
Jul 9, 2021

Commits on Jul 7, 2021

  1. sql: store plan as jsonb in system.statement_statistics

    Previously, we store statement plan as a byte blob column in
    system.statement_statistics. As of cockroachdb#65782 we now support JSON
    encoding for the plan.
    This commit change the column type for plan from BYTES to JSONB
    in system.statement_statistics.
    
    Release note (sql change): using JSONB to store statement plan
     instead of BYTES in system.statement_statistics.
    Azhng committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    9fba004 View commit details
    Browse the repository at this point in the history