Vladimir Krivopalov
5559fc2121
sstables: Add support for writing range tombstones in SSTables 3.x format.
...
For SSTables 3.x. ('mc' format), range tombstones are represented by
their bounds that are written to the data file as so-called RT markers.
For adjacent range tombstones, an RT marker can be of a 'boundary' type
which means it closes the previous range tombstone and opens the new
one.
Internally, sstable_writer_m relies on range_tombstone_stream to both
de-overlap incoming range tombstones and order them so that when they
are drained they can be easily thought of as just pairs of their bounds.
2018-06-20 18:08:36 -07:00
..
2018-05-13 12:38:25 -07:00
2018-06-13 09:27:58 +02:00
2018-05-31 21:09:38 -04:00
2018-06-11 15:34:14 +03:00
2018-06-11 15:34:14 +03:00
2018-01-02 18:43:07 -05:00
2018-06-03 18:14:09 -04:00
2017-12-17 17:42:52 -02:00
2018-05-31 21:09:38 -04:00
2018-02-07 17:19:29 -05:00
2018-04-24 11:30:26 +02:00
2018-05-19 20:52:07 +03:00
2018-05-19 20:52:07 +03:00
2018-06-06 15:44:06 +02:00
2018-05-23 19:54:16 +02:00
2018-01-02 18:43:07 -05:00
2018-05-31 15:51:11 +01:00
2018-04-16 11:02:33 +02:00
2018-02-20 16:04:15 -08:00
2018-03-29 15:23:31 +03:00
2017-11-13 20:07:09 +01:00
2017-08-30 11:55:36 -03:00
2018-03-15 12:24:15 -04:00
2018-06-03 18:14:09 -04:00
2018-06-03 18:12:19 -04:00
2018-05-23 16:39:52 +02:00
2018-05-19 21:01:45 +03:00
2018-05-23 16:39:52 +02:00
2018-05-31 17:30:36 -07:00
2018-05-31 17:30:36 -07:00
2018-05-04 15:22:32 -07:00
2018-06-15 09:11:09 +02:00
2018-06-15 09:11:09 +02:00
2018-05-23 19:54:16 +02:00
2018-02-21 01:02:16 +00:00
2018-01-29 11:57:04 -08:00
2018-01-02 18:43:07 -05:00
2018-05-09 11:40:59 +02:00
2018-05-23 19:54:16 +02:00
2018-06-15 09:11:09 +02:00
2017-08-28 16:14:13 +03:00
2018-01-29 11:57:15 -08:00
2017-09-12 10:43:05 +03:00
2018-05-22 13:40:15 -04:00
2018-06-15 14:27:22 -04:00
2018-01-03 16:23:01 -02:00
2018-04-24 11:30:26 +02:00
2018-04-24 11:30:26 +02:00
2018-04-24 11:30:26 +02:00
2018-04-24 11:30:26 +02:00
2018-06-20 18:08:36 -07:00
2018-06-15 09:11:09 +02:00
2018-05-23 06:20:21 -04:00
2018-06-15 09:10:48 +02:00
2018-04-24 09:45:55 +02:00
2018-05-13 12:38:25 -07:00