memory constant

CostConfig const memory

All-in-memory (benchmarking / WAL-bypass mode).

Implementation

static const CostConfig memory = CostConfig(
  seqIoCost:    0.1,
  randomIoCost: 0.2,
  rowsPerPage:  60.0,
);