VictoriaMetrics/lib/fs
Aliaksandr Valialkin 31f6b9c977 lib/fs: remove the code for tracking whether the given memory region is in page cache
This code didn't give performance gains under production workload, so let's remove it in order to simplify the code.
2021-02-09 16:49:03 +02:00
..
dir_remover.go lib/fs: use WARN instead of ERROR log level for the message when NFS diretory removal temporarily fails 2020-08-09 12:07:30 +03:00
fadvise_darwin.go app/vmselect: reduce memory usage when query touches big number of time series 2020-11-04 17:04:04 +02:00
fadvise_openbsd.go app/vmselect: reduce memory usage when query touches big number of time series 2020-11-04 17:04:04 +02:00
fadvise_unix.go app/vmselect: reduce memory usage when query touches big number of time series 2020-11-04 17:04:04 +02:00
fs_nix.go added openbsd implementations (#790) 2020-09-29 00:29:04 +03:00
fs_openbsd.go added openbsd implementations (#790) 2020-09-29 00:29:04 +03:00
fs_test.go lib/fs: add test for IsTemporaryFileName 2019-08-13 21:33:45 +03:00
fs.go lib/storage: wait for pending transactions before closing and dropping the partition 2020-12-25 11:45:53 +02:00
reader_at_test.go lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt 2020-11-23 09:57:21 +02:00
reader_at_timing_test.go lib/fs: replace fs.OpenReaderAt with fs.MustOpenReaderAt 2020-11-23 09:57:21 +02:00
reader_at.go lib/fs: remove the code for tracking whether the given memory region is in page cache 2021-02-09 16:49:03 +02:00