This website requires JavaScript.
Explore
Help
Sign In
Kiu
/
VictoriaMetrics
Watch
1
Star
0
Fork
0
You've already forked VictoriaMetrics
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2024-12-15 16:30:55 +01:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
a5302a6651
VictoriaMetrics
/
app
/
vmselect
/
netstorage
/
fadvise_darwin.go
10 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
all: open-sourcing single-node version
2019-05-22 23:16:55 +02:00
package
netstorage
import
(
"os"
)
app/vmselect/netstorage: hint the OS that tmpBlocksFile is read almost sequentially This became the case after b7ee2e7af265b86f7c40fdcd942fef4d93c53c40 .
2019-09-29 23:11:01 +02:00
func
mustFadviseSequentialRead
(
f
*
os
.
File
)
{
all: open-sourcing single-node version
2019-05-22 23:16:55 +02:00
// Do nothing :)
}
Reference in New Issue
Copy Permalink