Yanqin Jin
54de56844d
Remove random writes from SST file ingestion ( #4172 )
...
Summary:
RocksDB used to store global_seqno in external SST files written by
SstFileWriter. During file ingestion, RocksDB uses `pwrite` to update the
`global_seqno`. Since random write is not supported in some non-POSIX compliant
file systems, external SST file ingestion is not supported on these file
systems. To address this limitation, we no longer update `global_seqno` during
file ingestion. Later RocksDB uses the MANIFEST and other information in table
properties to deduce global seqno for externally-ingested SST files.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4172
Differential Revision: D8961465
Pulled By: riversand963
fbshipit-source-id: 4382ec85270a96be5bc0cf33758ca2b167b05071
2018-07-27 16:12:23 -07:00
..
2018-03-05 13:13:41 -08:00
2018-03-05 13:13:41 -08:00
2018-05-21 14:43:11 -07:00
2018-06-27 20:42:43 -07:00
2018-05-21 14:43:11 -07:00
2018-07-20 14:43:38 -07:00
2018-07-20 09:11:59 -07:00
2018-07-27 16:12:23 -07:00
2018-07-27 15:42:27 -07:00
2018-07-27 16:12:23 -07:00
2018-07-27 16:12:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-07-06 13:12:39 -07:00
2018-06-27 17:13:34 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-07-16 10:13:18 -07:00
2018-07-16 17:13:10 -07:00
2018-07-16 17:13:10 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-07-13 17:27:39 -07:00
2017-10-19 10:57:12 -07:00
2017-07-15 16:11:23 -07:00
2018-03-05 13:13:41 -08:00
2018-04-12 17:59:16 -07:00
2018-07-13 17:27:39 -07:00
2018-06-25 13:19:27 -07:00
2018-06-25 13:19:27 -07:00
2018-07-24 11:43:37 -07:00
2018-07-24 11:43:37 -07:00
2018-07-24 11:43:37 -07:00
2018-06-26 15:57:26 -07:00
2018-03-26 20:26:10 -07:00
2018-06-05 12:58:02 -07:00
2018-06-29 08:57:20 -07:00
2018-04-24 10:58:16 -07:00
2018-05-21 14:43:11 -07:00
2018-06-29 08:57:20 -07:00
2018-06-29 08:57:20 -07:00
2018-07-20 16:58:13 -07:00
2018-07-20 16:58:13 -07:00
2018-07-11 15:57:49 -07:00
2018-07-11 15:57:49 -07:00
2018-05-17 02:56:56 -07:00
2017-09-11 12:04:21 -07:00
2018-05-17 02:56:56 -07:00
2018-03-05 13:13:41 -08:00
2017-09-11 12:04:21 -07:00
2018-06-12 16:57:36 -07:00
2017-10-11 14:57:43 -07:00
2018-07-16 10:13:18 -07:00
2018-06-15 19:26:58 -07:00
2018-06-25 13:19:27 -07:00
2018-06-25 13:19:27 -07:00
2018-06-27 17:13:34 -07:00
2018-07-12 17:27:31 -07:00
2018-06-06 16:58:16 -07:00
2018-04-12 17:59:16 -07:00
2017-07-15 16:11:23 -07:00
2017-07-15 16:11:23 -07:00
2018-05-21 14:43:11 -07:00
2018-05-21 14:43:11 -07:00
2018-05-21 14:43:11 -07:00
2018-03-05 13:13:41 -08:00
2017-07-15 16:11:23 -07:00
2018-05-21 14:43:11 -07:00
2018-03-05 13:13:41 -08:00
2017-07-15 16:11:23 -07:00
2018-06-25 13:19:27 -07:00
2018-06-25 13:19:27 -07:00
2017-07-15 16:11:23 -07:00
2018-03-05 13:13:41 -08:00
2018-07-13 22:43:09 -07:00
2018-07-27 16:12:23 -07:00
2018-01-10 17:11:58 -08:00
2018-06-26 20:27:35 -07:00
2018-07-13 17:27:39 -07:00
2018-06-25 13:19:27 -07:00
2018-07-27 16:12:23 -07:00
2018-05-17 02:56:56 -07:00
2018-04-15 17:26:26 -07:00