{
  "generatedAtUtc": "2026-09-11T23:56:03.852Z",
  "environment": {
    "node": "v24.19.0",
    "sqlite": "3.53.3",
    "platform": "win32",
    "arch": "x64"
  },
  "method": {
    "database": ":memory:",
    "rowCount": 50000,
    "fixture": "deterministic-v1; half of rows belong to tenant 1; remaining rows spread across 199 tenant IDs",
    "warmupsPerQuery": 10,
    "measuredExecutionsPerQuery": 31,
    "order": "all unindexed measurements, create index, then all indexed measurements",
    "queryTiming": "prepared statement execution plus JavaScript row materialization; excludes statement preparation, data loading and index creation",
    "cache": "warm in-process memory; no cold disk, network, concurrency or write-throughput measurements",
    "analyze": "before baseline and again after index creation"
  },
  "sql": {
    "schema": "CREATE TABLE orders(id INTEGER PRIMARY KEY, tenant_id INTEGER NOT NULL, created_at INTEGER NOT NULL, total_cents INTEGER NOT NULL) STRICT",
    "query": "SELECT id, created_at, total_cents FROM orders WHERE tenant_id = ? ORDER BY created_at DESC, id DESC LIMIT ?",
    "index": "CREATE INDEX orders_tenant_recent ON orders(tenant_id, created_at DESC, id DESC)"
  },
  "allocatedDatabaseBytes": {
    "before": 929792,
    "after": 1810432,
    "increase": 880640
  },
  "indexBuildMs": 12.569199999999967,
  "checks": {
    "independentExpectedRowsMatched": 6,
    "indexPreservesOrderedResults": 3
  },
  "observations": [
    {
      "tenant": 1,
      "before": {
        "tenant": 1,
        "matchingRows": 25000,
        "resultRows": 50,
        "resultSha256": "d52aca7c7286e9c9cf68ed014bcddb065afd2638c9b88c8de909998227a51466",
        "plan": [
          "SCAN orders",
          "USE TEMP B-TREE FOR ORDER BY"
        ],
        "medianMs": 5.544399999999996,
        "p95Ms": 7.423000000000002,
        "samplesMs": [
          5.5826999999999884,
          5.8437999999999874,
          5.4476999999999975,
          5.311000000000007,
          5.994400000000013,
          5.568000000000012,
          5.544399999999996,
          6.083800000000025,
          5.005899999999997,
          4.947300000000013,
          6.068299999999994,
          5.407000000000011,
          5.153500000000008,
          5.780900000000003,
          5.047300000000007,
          5.226699999999994,
          5.965199999999982,
          5.575999999999993,
          5.289199999999994,
          6.399600000000021,
          5.173099999999977,
          5.4932999999999765,
          7.423000000000002,
          5.265500000000031,
          5.144900000000007,
          5.771799999999985,
          5.470000000000027,
          5.416899999999998,
          10.443699999999978,
          6.161000000000001,
          7.34190000000001
        ],
        "result": [
          {
            "id": 50000,
            "created_at": 1700007142,
            "total_cents": 200100
          },
          {
            "id": 49998,
            "created_at": 1700007142,
            "total_cents": 184262
          },
          {
            "id": 49996,
            "created_at": 1700007142,
            "total_cents": 168424
          },
          {
            "id": 49994,
            "created_at": 1700007142,
            "total_cents": 152586
          },
          {
            "id": 49992,
            "created_at": 1700007141,
            "total_cents": 136748
          },
          {
            "id": 49990,
            "created_at": 1700007141,
            "total_cents": 120910
          },
          {
            "id": 49988,
            "created_at": 1700007141,
            "total_cents": 105072
          },
          {
            "id": 49986,
            "created_at": 1700007140,
            "total_cents": 89234
          },
          {
            "id": 49984,
            "created_at": 1700007140,
            "total_cents": 73396
          },
          {
            "id": 49982,
            "created_at": 1700007140,
            "total_cents": 57558
          },
          {
            "id": 49980,
            "created_at": 1700007140,
            "total_cents": 41720
          },
          {
            "id": 49978,
            "created_at": 1700007139,
            "total_cents": 25882
          },
          {
            "id": 49976,
            "created_at": 1700007139,
            "total_cents": 10044
          },
          {
            "id": 49974,
            "created_at": 1700007139,
            "total_cents": 244206
          },
          {
            "id": 49972,
            "created_at": 1700007138,
            "total_cents": 228368
          },
          {
            "id": 49970,
            "created_at": 1700007138,
            "total_cents": 212530
          },
          {
            "id": 49968,
            "created_at": 1700007138,
            "total_cents": 196692
          },
          {
            "id": 49966,
            "created_at": 1700007138,
            "total_cents": 180854
          },
          {
            "id": 49964,
            "created_at": 1700007137,
            "total_cents": 165016
          },
          {
            "id": 49962,
            "created_at": 1700007137,
            "total_cents": 149178
          },
          {
            "id": 49960,
            "created_at": 1700007137,
            "total_cents": 133340
          },
          {
            "id": 49958,
            "created_at": 1700007136,
            "total_cents": 117502
          },
          {
            "id": 49956,
            "created_at": 1700007136,
            "total_cents": 101664
          },
          {
            "id": 49954,
            "created_at": 1700007136,
            "total_cents": 85826
          },
          {
            "id": 49952,
            "created_at": 1700007136,
            "total_cents": 69988
          },
          {
            "id": 49950,
            "created_at": 1700007135,
            "total_cents": 54150
          },
          {
            "id": 49948,
            "created_at": 1700007135,
            "total_cents": 38312
          },
          {
            "id": 49946,
            "created_at": 1700007135,
            "total_cents": 22474
          },
          {
            "id": 49944,
            "created_at": 1700007134,
            "total_cents": 6636
          },
          {
            "id": 49942,
            "created_at": 1700007134,
            "total_cents": 240798
          },
          {
            "id": 49940,
            "created_at": 1700007134,
            "total_cents": 224960
          },
          {
            "id": 49938,
            "created_at": 1700007134,
            "total_cents": 209122
          },
          {
            "id": 49936,
            "created_at": 1700007133,
            "total_cents": 193284
          },
          {
            "id": 49934,
            "created_at": 1700007133,
            "total_cents": 177446
          },
          {
            "id": 49932,
            "created_at": 1700007133,
            "total_cents": 161608
          },
          {
            "id": 49930,
            "created_at": 1700007132,
            "total_cents": 145770
          },
          {
            "id": 49928,
            "created_at": 1700007132,
            "total_cents": 129932
          },
          {
            "id": 49926,
            "created_at": 1700007132,
            "total_cents": 114094
          },
          {
            "id": 49924,
            "created_at": 1700007132,
            "total_cents": 98256
          },
          {
            "id": 49922,
            "created_at": 1700007131,
            "total_cents": 82418
          },
          {
            "id": 49920,
            "created_at": 1700007131,
            "total_cents": 66580
          },
          {
            "id": 49918,
            "created_at": 1700007131,
            "total_cents": 50742
          },
          {
            "id": 49916,
            "created_at": 1700007130,
            "total_cents": 34904
          },
          {
            "id": 49914,
            "created_at": 1700007130,
            "total_cents": 19066
          },
          {
            "id": 49912,
            "created_at": 1700007130,
            "total_cents": 3228
          },
          {
            "id": 49910,
            "created_at": 1700007130,
            "total_cents": 237390
          },
          {
            "id": 49908,
            "created_at": 1700007129,
            "total_cents": 221552
          },
          {
            "id": 49906,
            "created_at": 1700007129,
            "total_cents": 205714
          },
          {
            "id": 49904,
            "created_at": 1700007129,
            "total_cents": 189876
          },
          {
            "id": 49902,
            "created_at": 1700007128,
            "total_cents": 174038
          }
        ]
      },
      "after": {
        "tenant": 1,
        "matchingRows": 25000,
        "resultRows": 50,
        "resultSha256": "d52aca7c7286e9c9cf68ed014bcddb065afd2638c9b88c8de909998227a51466",
        "plan": [
          "SEARCH orders USING INDEX orders_tenant_recent (tenant_id=?)"
        ],
        "medianMs": 0.03120000000001255,
        "p95Ms": 0.033299999999997,
        "samplesMs": [
          0.03109999999998081,
          0.030599999999992633,
          0.03319999999996526,
          0.03149999999999409,
          0.03129999999998745,
          0.032399999999995543,
          0.03180000000003247,
          0.03299999999995862,
          0.033799999999985175,
          0.030100000000004457,
          0.03049999999996089,
          0.029899999999997817,
          0.030399999999985994,
          0.03260000000000218,
          0.030199999999979354,
          0.03269999999997708,
          0.030100000000004457,
          0.030500000000017735,
          0.030300000000011096,
          0.03160000000002583,
          0.03109999999998081,
          0.03069999999996753,
          0.033299999999997,
          0.03120000000001255,
          0.03089999999997417,
          0.030900000000031014,
          0.03049999999996089,
          0.03129999999998745,
          0.03260000000000218,
          0.032700000000033924,
          0.03260000000000218
        ],
        "result": [
          {
            "id": 50000,
            "created_at": 1700007142,
            "total_cents": 200100
          },
          {
            "id": 49998,
            "created_at": 1700007142,
            "total_cents": 184262
          },
          {
            "id": 49996,
            "created_at": 1700007142,
            "total_cents": 168424
          },
          {
            "id": 49994,
            "created_at": 1700007142,
            "total_cents": 152586
          },
          {
            "id": 49992,
            "created_at": 1700007141,
            "total_cents": 136748
          },
          {
            "id": 49990,
            "created_at": 1700007141,
            "total_cents": 120910
          },
          {
            "id": 49988,
            "created_at": 1700007141,
            "total_cents": 105072
          },
          {
            "id": 49986,
            "created_at": 1700007140,
            "total_cents": 89234
          },
          {
            "id": 49984,
            "created_at": 1700007140,
            "total_cents": 73396
          },
          {
            "id": 49982,
            "created_at": 1700007140,
            "total_cents": 57558
          },
          {
            "id": 49980,
            "created_at": 1700007140,
            "total_cents": 41720
          },
          {
            "id": 49978,
            "created_at": 1700007139,
            "total_cents": 25882
          },
          {
            "id": 49976,
            "created_at": 1700007139,
            "total_cents": 10044
          },
          {
            "id": 49974,
            "created_at": 1700007139,
            "total_cents": 244206
          },
          {
            "id": 49972,
            "created_at": 1700007138,
            "total_cents": 228368
          },
          {
            "id": 49970,
            "created_at": 1700007138,
            "total_cents": 212530
          },
          {
            "id": 49968,
            "created_at": 1700007138,
            "total_cents": 196692
          },
          {
            "id": 49966,
            "created_at": 1700007138,
            "total_cents": 180854
          },
          {
            "id": 49964,
            "created_at": 1700007137,
            "total_cents": 165016
          },
          {
            "id": 49962,
            "created_at": 1700007137,
            "total_cents": 149178
          },
          {
            "id": 49960,
            "created_at": 1700007137,
            "total_cents": 133340
          },
          {
            "id": 49958,
            "created_at": 1700007136,
            "total_cents": 117502
          },
          {
            "id": 49956,
            "created_at": 1700007136,
            "total_cents": 101664
          },
          {
            "id": 49954,
            "created_at": 1700007136,
            "total_cents": 85826
          },
          {
            "id": 49952,
            "created_at": 1700007136,
            "total_cents": 69988
          },
          {
            "id": 49950,
            "created_at": 1700007135,
            "total_cents": 54150
          },
          {
            "id": 49948,
            "created_at": 1700007135,
            "total_cents": 38312
          },
          {
            "id": 49946,
            "created_at": 1700007135,
            "total_cents": 22474
          },
          {
            "id": 49944,
            "created_at": 1700007134,
            "total_cents": 6636
          },
          {
            "id": 49942,
            "created_at": 1700007134,
            "total_cents": 240798
          },
          {
            "id": 49940,
            "created_at": 1700007134,
            "total_cents": 224960
          },
          {
            "id": 49938,
            "created_at": 1700007134,
            "total_cents": 209122
          },
          {
            "id": 49936,
            "created_at": 1700007133,
            "total_cents": 193284
          },
          {
            "id": 49934,
            "created_at": 1700007133,
            "total_cents": 177446
          },
          {
            "id": 49932,
            "created_at": 1700007133,
            "total_cents": 161608
          },
          {
            "id": 49930,
            "created_at": 1700007132,
            "total_cents": 145770
          },
          {
            "id": 49928,
            "created_at": 1700007132,
            "total_cents": 129932
          },
          {
            "id": 49926,
            "created_at": 1700007132,
            "total_cents": 114094
          },
          {
            "id": 49924,
            "created_at": 1700007132,
            "total_cents": 98256
          },
          {
            "id": 49922,
            "created_at": 1700007131,
            "total_cents": 82418
          },
          {
            "id": 49920,
            "created_at": 1700007131,
            "total_cents": 66580
          },
          {
            "id": 49918,
            "created_at": 1700007131,
            "total_cents": 50742
          },
          {
            "id": 49916,
            "created_at": 1700007130,
            "total_cents": 34904
          },
          {
            "id": 49914,
            "created_at": 1700007130,
            "total_cents": 19066
          },
          {
            "id": 49912,
            "created_at": 1700007130,
            "total_cents": 3228
          },
          {
            "id": 49910,
            "created_at": 1700007130,
            "total_cents": 237390
          },
          {
            "id": 49908,
            "created_at": 1700007129,
            "total_cents": 221552
          },
          {
            "id": 49906,
            "created_at": 1700007129,
            "total_cents": 205714
          },
          {
            "id": 49904,
            "created_at": 1700007129,
            "total_cents": 189876
          },
          {
            "id": 49902,
            "created_at": 1700007128,
            "total_cents": 174038
          }
        ]
      },
      "medianRatio": 177.70512820505658
    },
    {
      "tenant": 42,
      "before": {
        "tenant": 42,
        "matchingRows": 126,
        "resultRows": 50,
        "resultSha256": "57514d1ef6043bff20bd34971bfe64c8fca8bcc8a9bb8d0504504a1e58cada20",
        "plan": [
          "SCAN orders",
          "USE TEMP B-TREE FOR ORDER BY"
        ],
        "medianMs": 1.3424999999999727,
        "p95Ms": 1.7761000000000422,
        "samplesMs": [
          1.7761000000000422,
          1.681699999999978,
          1.59699999999998,
          1.5083999999999946,
          1.4575000000000387,
          1.384299999999996,
          1.7368000000000166,
          1.2492000000000303,
          1.3424999999999727,
          1.13209999999998,
          1.1152999999999906,
          1.1544000000000096,
          1.1476999999999862,
          1.1561000000000377,
          1.1931999999999903,
          1.560199999999952,
          1.3465000000000487,
          1.9476999999999975,
          1.7346000000000004,
          1.761099999999999,
          1.414199999999994,
          1.4694000000000074,
          1.1132000000000062,
          1.1048999999999864,
          1.130200000000002,
          1.1140000000000327,
          1.1084999999999923,
          1.116199999999992,
          1.1777999999999906,
          1.1289999999999623,
          1.5731999999999857
        ],
        "result": [
          {
            "id": 49989,
            "created_at": 1700007141,
            "total_cents": 112991
          },
          {
            "id": 49591,
            "created_at": 1700007084,
            "total_cents": 211229
          },
          {
            "id": 49193,
            "created_at": 1700007027,
            "total_cents": 59467
          },
          {
            "id": 48795,
            "created_at": 1700006970,
            "total_cents": 157705
          },
          {
            "id": 48397,
            "created_at": 1700006913,
            "total_cents": 5943
          },
          {
            "id": 47999,
            "created_at": 1700006857,
            "total_cents": 104181
          },
          {
            "id": 47601,
            "created_at": 1700006800,
            "total_cents": 202419
          },
          {
            "id": 47203,
            "created_at": 1700006743,
            "total_cents": 50657
          },
          {
            "id": 46805,
            "created_at": 1700006686,
            "total_cents": 148895
          },
          {
            "id": 46407,
            "created_at": 1700006629,
            "total_cents": 247133
          },
          {
            "id": 46009,
            "created_at": 1700006572,
            "total_cents": 95371
          },
          {
            "id": 45611,
            "created_at": 1700006515,
            "total_cents": 193609
          },
          {
            "id": 45213,
            "created_at": 1700006459,
            "total_cents": 41847
          },
          {
            "id": 44815,
            "created_at": 1700006402,
            "total_cents": 140085
          },
          {
            "id": 44417,
            "created_at": 1700006345,
            "total_cents": 238323
          },
          {
            "id": 44019,
            "created_at": 1700006288,
            "total_cents": 86561
          },
          {
            "id": 43621,
            "created_at": 1700006231,
            "total_cents": 184799
          },
          {
            "id": 43223,
            "created_at": 1700006174,
            "total_cents": 33037
          },
          {
            "id": 42825,
            "created_at": 1700006117,
            "total_cents": 131275
          },
          {
            "id": 42427,
            "created_at": 1700006061,
            "total_cents": 229513
          },
          {
            "id": 42029,
            "created_at": 1700006004,
            "total_cents": 77751
          },
          {
            "id": 41631,
            "created_at": 1700005947,
            "total_cents": 175989
          },
          {
            "id": 41233,
            "created_at": 1700005890,
            "total_cents": 24227
          },
          {
            "id": 40835,
            "created_at": 1700005833,
            "total_cents": 122465
          },
          {
            "id": 40437,
            "created_at": 1700005776,
            "total_cents": 220703
          },
          {
            "id": 40039,
            "created_at": 1700005719,
            "total_cents": 68941
          },
          {
            "id": 39641,
            "created_at": 1700005663,
            "total_cents": 167179
          },
          {
            "id": 39243,
            "created_at": 1700005606,
            "total_cents": 15417
          },
          {
            "id": 38845,
            "created_at": 1700005549,
            "total_cents": 113655
          },
          {
            "id": 38447,
            "created_at": 1700005492,
            "total_cents": 211893
          },
          {
            "id": 38049,
            "created_at": 1700005435,
            "total_cents": 60131
          },
          {
            "id": 37651,
            "created_at": 1700005378,
            "total_cents": 158369
          },
          {
            "id": 37253,
            "created_at": 1700005321,
            "total_cents": 6607
          },
          {
            "id": 36855,
            "created_at": 1700005265,
            "total_cents": 104845
          },
          {
            "id": 36457,
            "created_at": 1700005208,
            "total_cents": 203083
          },
          {
            "id": 36059,
            "created_at": 1700005151,
            "total_cents": 51321
          },
          {
            "id": 35661,
            "created_at": 1700005094,
            "total_cents": 149559
          },
          {
            "id": 35263,
            "created_at": 1700005037,
            "total_cents": 247797
          },
          {
            "id": 34865,
            "created_at": 1700004980,
            "total_cents": 96035
          },
          {
            "id": 34467,
            "created_at": 1700004923,
            "total_cents": 194273
          },
          {
            "id": 34069,
            "created_at": 1700004867,
            "total_cents": 42511
          },
          {
            "id": 33671,
            "created_at": 1700004810,
            "total_cents": 140749
          },
          {
            "id": 33273,
            "created_at": 1700004753,
            "total_cents": 238987
          },
          {
            "id": 32875,
            "created_at": 1700004696,
            "total_cents": 87225
          },
          {
            "id": 32477,
            "created_at": 1700004639,
            "total_cents": 185463
          },
          {
            "id": 32079,
            "created_at": 1700004582,
            "total_cents": 33701
          },
          {
            "id": 31681,
            "created_at": 1700004525,
            "total_cents": 131939
          },
          {
            "id": 31283,
            "created_at": 1700004469,
            "total_cents": 230177
          },
          {
            "id": 30885,
            "created_at": 1700004412,
            "total_cents": 78415
          },
          {
            "id": 30487,
            "created_at": 1700004355,
            "total_cents": 176653
          }
        ]
      },
      "after": {
        "tenant": 42,
        "matchingRows": 126,
        "resultRows": 50,
        "resultSha256": "57514d1ef6043bff20bd34971bfe64c8fca8bcc8a9bb8d0504504a1e58cada20",
        "plan": [
          "SEARCH orders USING INDEX orders_tenant_recent (tenant_id=?)"
        ],
        "medianMs": 0.03209999999995716,
        "p95Ms": 0.03679999999997108,
        "samplesMs": [
          0.03260000000000218,
          0.03170000000000073,
          0.03140000000001919,
          0.03389999999996007,
          0.03120000000001255,
          0.03120000000001255,
          0.03120000000001255,
          0.03340000000002874,
          0.03299999999995862,
          0.03480000000001837,
          0.030799999999999272,
          0.03209999999995716,
          0.032500000000027285,
          0.03190000000000737,
          0.04370000000000118,
          0.0363999999999578,
          0.0332000000000221,
          0.031799999999975626,
          0.03289999999998372,
          0.030599999999992633,
          0.03180000000003247,
          0.031599999999968986,
          0.03290000000004056,
          0.034199999999998454,
          0.0333999999999719,
          0.03679999999997108,
          0.03530000000000655,
          0.03120000000001255,
          0.03129999999998745,
          0.03140000000001919,
          0.03160000000002583
        ],
        "result": [
          {
            "id": 49989,
            "created_at": 1700007141,
            "total_cents": 112991
          },
          {
            "id": 49591,
            "created_at": 1700007084,
            "total_cents": 211229
          },
          {
            "id": 49193,
            "created_at": 1700007027,
            "total_cents": 59467
          },
          {
            "id": 48795,
            "created_at": 1700006970,
            "total_cents": 157705
          },
          {
            "id": 48397,
            "created_at": 1700006913,
            "total_cents": 5943
          },
          {
            "id": 47999,
            "created_at": 1700006857,
            "total_cents": 104181
          },
          {
            "id": 47601,
            "created_at": 1700006800,
            "total_cents": 202419
          },
          {
            "id": 47203,
            "created_at": 1700006743,
            "total_cents": 50657
          },
          {
            "id": 46805,
            "created_at": 1700006686,
            "total_cents": 148895
          },
          {
            "id": 46407,
            "created_at": 1700006629,
            "total_cents": 247133
          },
          {
            "id": 46009,
            "created_at": 1700006572,
            "total_cents": 95371
          },
          {
            "id": 45611,
            "created_at": 1700006515,
            "total_cents": 193609
          },
          {
            "id": 45213,
            "created_at": 1700006459,
            "total_cents": 41847
          },
          {
            "id": 44815,
            "created_at": 1700006402,
            "total_cents": 140085
          },
          {
            "id": 44417,
            "created_at": 1700006345,
            "total_cents": 238323
          },
          {
            "id": 44019,
            "created_at": 1700006288,
            "total_cents": 86561
          },
          {
            "id": 43621,
            "created_at": 1700006231,
            "total_cents": 184799
          },
          {
            "id": 43223,
            "created_at": 1700006174,
            "total_cents": 33037
          },
          {
            "id": 42825,
            "created_at": 1700006117,
            "total_cents": 131275
          },
          {
            "id": 42427,
            "created_at": 1700006061,
            "total_cents": 229513
          },
          {
            "id": 42029,
            "created_at": 1700006004,
            "total_cents": 77751
          },
          {
            "id": 41631,
            "created_at": 1700005947,
            "total_cents": 175989
          },
          {
            "id": 41233,
            "created_at": 1700005890,
            "total_cents": 24227
          },
          {
            "id": 40835,
            "created_at": 1700005833,
            "total_cents": 122465
          },
          {
            "id": 40437,
            "created_at": 1700005776,
            "total_cents": 220703
          },
          {
            "id": 40039,
            "created_at": 1700005719,
            "total_cents": 68941
          },
          {
            "id": 39641,
            "created_at": 1700005663,
            "total_cents": 167179
          },
          {
            "id": 39243,
            "created_at": 1700005606,
            "total_cents": 15417
          },
          {
            "id": 38845,
            "created_at": 1700005549,
            "total_cents": 113655
          },
          {
            "id": 38447,
            "created_at": 1700005492,
            "total_cents": 211893
          },
          {
            "id": 38049,
            "created_at": 1700005435,
            "total_cents": 60131
          },
          {
            "id": 37651,
            "created_at": 1700005378,
            "total_cents": 158369
          },
          {
            "id": 37253,
            "created_at": 1700005321,
            "total_cents": 6607
          },
          {
            "id": 36855,
            "created_at": 1700005265,
            "total_cents": 104845
          },
          {
            "id": 36457,
            "created_at": 1700005208,
            "total_cents": 203083
          },
          {
            "id": 36059,
            "created_at": 1700005151,
            "total_cents": 51321
          },
          {
            "id": 35661,
            "created_at": 1700005094,
            "total_cents": 149559
          },
          {
            "id": 35263,
            "created_at": 1700005037,
            "total_cents": 247797
          },
          {
            "id": 34865,
            "created_at": 1700004980,
            "total_cents": 96035
          },
          {
            "id": 34467,
            "created_at": 1700004923,
            "total_cents": 194273
          },
          {
            "id": 34069,
            "created_at": 1700004867,
            "total_cents": 42511
          },
          {
            "id": 33671,
            "created_at": 1700004810,
            "total_cents": 140749
          },
          {
            "id": 33273,
            "created_at": 1700004753,
            "total_cents": 238987
          },
          {
            "id": 32875,
            "created_at": 1700004696,
            "total_cents": 87225
          },
          {
            "id": 32477,
            "created_at": 1700004639,
            "total_cents": 185463
          },
          {
            "id": 32079,
            "created_at": 1700004582,
            "total_cents": 33701
          },
          {
            "id": 31681,
            "created_at": 1700004525,
            "total_cents": 131939
          },
          {
            "id": 31283,
            "created_at": 1700004469,
            "total_cents": 230177
          },
          {
            "id": 30885,
            "created_at": 1700004412,
            "total_cents": 78415
          },
          {
            "id": 30487,
            "created_at": 1700004355,
            "total_cents": 176653
          }
        ]
      },
      "medianRatio": 41.822429906597016
    },
    {
      "tenant": 999,
      "before": {
        "tenant": 999,
        "matchingRows": 0,
        "resultRows": 0,
        "resultSha256": "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945",
        "plan": [
          "SCAN orders",
          "USE TEMP B-TREE FOR ORDER BY"
        ],
        "medianMs": 1.169499999999971,
        "p95Ms": 1.9884999999999877,
        "samplesMs": [
          1.8869000000000256,
          1.8519999999999754,
          1.8537000000000035,
          1.5588999999999942,
          1.178799999999967,
          1.1591000000000236,
          1.169499999999971,
          1.1508999999999787,
          1.1487000000000194,
          1.9884999999999877,
          2.0305000000000177,
          1.6743000000000166,
          1.2128000000000156,
          1.0984000000000265,
          1.117399999999975,
          1.1252000000000066,
          1.108000000000004,
          1.2031999999999812,
          1.1281999999999925,
          1.1496999999999957,
          1.1410999999999945,
          1.212099999999964,
          1.7362999999999715,
          1.6636000000000308,
          1.3500999999999976,
          1.2296999999999798,
          1.1176000000000386,
          1.1592999999999734,
          1.119799999999998,
          1.1100999999999885,
          1.095199999999977
        ],
        "result": []
      },
      "after": {
        "tenant": 999,
        "matchingRows": 0,
        "resultRows": 0,
        "resultSha256": "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945",
        "plan": [
          "SEARCH orders USING INDEX orders_tenant_recent (tenant_id=?)"
        ],
        "medianMs": 0.006500000000016826,
        "p95Ms": 0.006700000000023465,
        "samplesMs": [
          0.007000000000005002,
          0.006599999999991724,
          0.006500000000016826,
          0.006599999999991724,
          0.006600000000048567,
          0.006500000000016826,
          0.006500000000016826,
          0.006599999999991724,
          0.006599999999991724,
          0.006499999999959982,
          0.006500000000016826,
          0.006500000000016826,
          0.006500000000016826,
          0.006599999999991724,
          0.006500000000016826,
          0.006499999999959982,
          0.006500000000016826,
          0.006700000000023465,
          0.006500000000016826,
          0.006500000000016826,
          0.006399999999985084,
          0.006500000000016826,
          0.006499999999959982,
          0.0066999999999666215,
          0.0066999999999666215,
          0.006500000000016826,
          0.006500000000016826,
          0.006499999999959982,
          0.006400000000041928,
          0.006600000000048567,
          0.006300000000010186
        ],
        "result": []
      },
      "medianRatio": 179.9230769226067
    }
  ]
}
