Re: WSL (windows subsystem on linux) users will need to turn fsync off as of 11.2

From: Hans Schou <hans(dot)schou(at)gmail(dot)com>
To: Bruce Klein <brucek(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: WSL (windows subsystem on linux) users will need to turn fsync off as of 11.2
Date: 2019-02-16 08:27:54
Message-ID: CAApBw348sGtuVTxAGypF4nEZwojdaCOWbgBRKE7UCSNLuhxi9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 15, 2019 at 1:34 AM Bruce Klein <brucek(at)gmail(dot)com> wrote:

>
> If you are running Postgres inside Microsoft WSL
>

https://docs.microsoft.com/en-us/windows/wsl/faq
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.
https://en.wikipedia.org/wiki/Compatibility_layer

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

./hans

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2019-02-16 10:35:39 Re: How to setup only one connection for the whole event loop?
Previous Message Tom Lane 2019-02-16 05:02:50 Re: Problems pushing down WHERE-clause to underlying view