Format CBR estimates to have reasonable precision

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently cardinality and cost estimates use the default formatting and expose a large number of significant figures (digits after the decimal point). This implies a level of precision of estimates that we aren't providing.

      For CE, we could round to the nearest 0.1. For cost estimates, we may need more precision as we can end up with small costs, rounding to the nearest 1e-5 (which is the current epsilon for the cost type) may be sufficient.

              Assignee:
              Unassigned
              Reporter:
              Ben Shteinfeld
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: