You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be due to the differences in mmap management between Windows and Unix. Can you try using the fs.OS file system instead of the default fs.OSMMap? You can set the FS when you open the database - pogreb.Open(path, &pogreb.Options{FileSystem: fs.OS}).
Very slow on Windows. What's the reason? Only 5MB write speed per second
The text was updated successfully, but these errors were encountered: