Aliaksandr Valialkin
|
97b1e11612
|
lib/mergeset: consistently use OS-independent separator in file paths
This is needed for Windows support, which uses `\` instead of `/` as file separator
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/70
|
2023-03-25 14:34:33 -07:00 |
|
Aliaksandr Valialkin
|
ea55c16422
|
lib/{mergeset,storage}: pass compressLevel to blockStreamWriter.InitFromInmemoryPart
This allows packing in-memory blocks with different compression levels
depending on its contents. This may save memory usage.
|
2022-12-03 22:47:06 -08:00 |
|
Aliaksandr Valialkin
|
5b488a339d
|
lib/mergeset: atomically remove part dirs
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3038
|
2022-09-13 15:56:33 +03:00 |
|
Aliaksandr Valialkin
|
ecf4f7bf21
|
lib/mergeset: consistency renaming: ip->mp for inmemoryPart vars
|
2022-03-03 17:12:25 +02:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
a72f18e821
|
lib/{storage,mergeset}: further tuning of compression levels depending on block size
This should improve performance for querying newly added data, since it can be unpacked faster.
|
2020-05-15 13:12:28 +03:00 |
|
Aliaksandr Valialkin
|
51e2e255a6
|
lib/fs: consistency renaming SyncPath -> MustSyncPath, since it doesnt return error
|
2019-06-11 23:13:45 +03:00 |
|
Aliaksandr Valialkin
|
b491045a4b
|
lib/{storage,mergeset}: sync filenames inside part when finalizing the part
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/63
|
2019-06-11 21:51:19 +03:00 |
|
Aliaksandr Valialkin
|
3437c30180
|
all: try hard removing directory with contents
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/61
|
2019-06-11 01:58:08 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|