vitastor/lp
Vitaliy Filippov de6919b02b Add option to disable multiple overwrites of the same journal sector
This makes sense for some SSDs like Intel D3-4510 because they don't
like overwrites of the same sector:

$ fio -direct=1 -rw=write -bs=4k -size=4k -loops=100000 -iodepth=1
  write: IOPS=3142, BW=12.3MiB/s (12.9MB/s)(97.9MiB/7977msec)

$ fio -direct=1 -rw=write -bs=4k -size=128k -loops=100000 -iodepth=1
  write: IOPS=20.8k, BW=81.4MiB/s (85.3MB/s)(543MiB/6675msec)
2020-09-13 00:37:39 +03:00
..
PGUtil.js Extract scale_pg_count into a separate file 2020-09-01 16:18:58 +03:00
lp-optimizer.js Implement per-pool PG calculation, fix some lint warnings 2020-09-01 18:53:54 +03:00
mon-main.js Add --verbose 1 flag for mon 2020-09-11 18:49:07 +03:00
mon.js Add option to disable multiple overwrites of the same journal sector 2020-09-13 00:37:39 +03:00
package.json Final name is Vitastor 2020-08-03 23:50:59 +03:00
stable-stringify.js Oops, I forgot a file 2020-09-11 17:49:44 +03:00
test-nonuniform.js Support optimizing for the case when parity chunks occupy more space than data chunks 2020-08-17 01:44:19 +03:00
test-optimize-undersized.js Support optimizing for the case when parity chunks occupy more space than data chunks 2020-08-17 01:44:19 +03:00
test-optimize.js Support optimizing for the case when parity chunks occupy more space than data chunks 2020-08-17 01:44:19 +03:00