bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EXTERNAL] Re: Performance issues using GAWK 3.1.6 ->from Win 2008 t


From: Wolfgang Laun
Subject: Re: [EXTERNAL] Re: Performance issues using GAWK 3.1.6 ->from Win 2008 to Win 2016
Date: Tue, 15 Jun 2021 20:54:52 +0200

So you have 195,000 times the reading of 5,000 records. One thing that
would cause the nine-fold increase in time might be a reduction in buffer
size. Another thing that might affect performance tremendously (much more
than buffer size) is file caching. Does the new system cache files as much
as the old one? We don't know the actual byte size of the records of either
file, so it's a lot of guesswork, but a record of 100 bytes would make the
employee file 500,000 bytes, which might or might not remain in the file
cache, depending on some system configuration parameter.

Wolfgang


reply via email to

[Prev in Thread] Current Thread [Next in Thread]