Raphael S. Carvalho
8334086441
lcs: remove quadratic behavior from L0 compaction
...
L0 compaction triggers quadratic behavior when many newly created
sstables are needed for promotion due to their size being relatively
low to max sstable size parameter. So until L0 is worth promoting,
the strategy will compact every new sstable with all the existing
ones in L0. To fix it, let's do STCS on level 0 until it becomes
worth promoting.
Fixes #2432 .
Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com >
2017-07-11 09:35:35 -03:00
..
2017-07-04 13:55:06 +02:00
2017-06-29 02:08:12 -03:00
2017-05-21 12:26:15 +03:00
2017-06-24 18:06:11 +02:00
2017-02-07 15:17:14 +00:00
2017-03-02 09:05:12 +00:00
2017-07-09 19:25:27 +03:00
2017-03-28 18:10:39 +02:00
2017-04-28 16:29:34 +01:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-05-21 12:26:15 +03:00
2017-04-25 12:15:28 +03:00
2017-06-26 09:36:38 +02:00
2017-03-16 10:21:10 +01:00
2017-06-26 09:36:38 +02:00
2017-03-10 14:42:22 +01:00
2017-06-26 14:54:37 +03:00
2017-06-24 18:06:11 +02:00
2017-05-21 12:26:15 +03:00
2017-06-24 18:06:11 +02:00
2017-06-19 18:31:32 +03:00
2017-06-24 18:06:11 +02:00
2017-06-24 18:06:11 +02:00
2017-02-23 18:50:53 +01:00
2017-06-24 18:06:11 +02:00
2017-05-21 12:26:15 +03:00
2017-07-04 18:46:19 +08:00
2017-06-24 18:06:11 +02:00
2017-05-17 10:33:18 +02:00
2017-06-15 09:54:05 +03:00
2017-07-04 13:55:06 +02:00
2017-06-24 18:06:11 +02:00
2017-07-07 10:29:19 +02:00
2017-05-10 16:44:48 +00:00
2017-06-24 18:06:11 +02:00
2017-07-11 09:35:35 -03:00
2017-06-26 09:37:11 +02:00
2017-06-26 09:37:11 +02:00
2017-06-26 09:37:11 +02:00
2017-06-29 02:43:08 -03:00
2017-06-27 15:27:13 +02:00
2017-06-29 02:08:12 -03:00
2017-05-21 12:26:15 +03:00
2017-05-26 19:26:20 +03:00
2017-05-22 19:30:02 +02:00
2017-05-17 11:25:52 +03:00
2017-02-22 09:19:22 +00:00
2017-05-17 11:21:58 +02:00
2017-04-23 14:06:35 +03:00