plephoenix.blogg.se

Linux based windows 12
Linux based windows 12







linux based windows 12 linux based windows 12

The one thing you really need to think about - if you are on Windows, most antivirus products will bug out when used with PostgreSQL, because they are not used to this type of workload (such as 1000 different processes reading and writing to the same file through different handles). There is also some assumptions around the filesystem which don't exactly favor NTFS. If your application does lots of connect and disconnects, it will definitely run significantly slower on Windows, for example.

linux based windows 12

It works fine, but it doesn't perform as well.įor example, PostgreSQL uses a process-per-connection model, not threading. PostgreSQL will definitely run faster on Linux than on Windows (and I say this as one of the guys who wrote the windows port of it.) It is designed for a Unix style architecture, and implements this same architecture on Windows, which means it does a number of things that Windows isn't designed to do well.









Linux based windows 12