Re: WSL (windows subsystem on linux) users will need to turn fsyncoff as of 11.2 - Mailing list pgsql-general

From Hans Schou
Subject Re: WSL (windows subsystem on linux) users will need to turn fsyncoff as of 11.2
Date
Msg-id CAApBw348sGtuVTxAGypF4nEZwojdaCOWbgBRKE7UCSNLuhxi9A@mail.gmail.com
Whole thread Raw
In response to WSL (windows subsystem on linux) users will need to turn fsync off asof 11.2  (Bruce Klein <brucek@gmail.com>)
List pgsql-general
On Fri, Feb 15, 2019 at 1:34 AM Bruce Klein <brucek@gmail.com> wrote:

If you are running Postgres inside Microsoft WSL

Who is WSL for?
This is primarily a tool for developers ...
-----------------------
 
One problem with WSL is that the I/O performance is not good and it might never be solved. So using WSL for production is not what it was ment for.

WSL is called a "compatibility layer". When running WSL there is no Linux kernel despite "uname" say so. Like WINE, where one can run Windows binaries on Linux but there is no Windows OS.

That said, WSL is a great tool for developers. Better than Cygwin.

./hans

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problems pushing down WHERE-clause to underlying view
Next
From: Francisco Olarte
Date:
Subject: Re: How to setup only one connection for the whole event loop?