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

WIP: DW-issue-1229: Save shard-specific query subplans to metrics #8

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Sep 29, 2023

  1. Save each unique suplan and a count of shardRanges and documentRanges…

    … to query metrics
    foster33 authored and billoley committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0f5fd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7b695 View commit details
    Browse the repository at this point in the history
  3. Use a Map<String, List<Integer> instead of Map<String, int[]> for sub…

    …plans to facilitate serialization and comparison
    billoley committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    92d12dd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    e642a19 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    4ed5fdf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    2000f31 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix SubPlanTest to compare subplans and whole metric, make RangeCount…

    …s Serializable and implemet equals/hashCode, correct toMetric and getRangeCounts to correctly parse rangeCounts from accumulo
    billoley committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8a0815b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    526fd20 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Remove unused imports

    foster33 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3777f11 View commit details
    Browse the repository at this point in the history