data-rule-m5-capacity-targets.json 320 B

12345678910111213141516171819202122
  1. {
  2. "backends": [
  3. "sql_pushdown",
  4. "polars_batch"
  5. ],
  6. "failures": [],
  7. "hardware_limit": {
  8. "maximum_measured_rows": 10000000,
  9. "reason": ""
  10. },
  11. "measured_rows": [
  12. 100000,
  13. 1000000,
  14. 10000000
  15. ],
  16. "requested_rows": [
  17. 100000,
  18. 1000000,
  19. 10000000
  20. ],
  21. "schema_version": "1.0"
  22. }