Windows versions unusable

On April 28, 2023, the last version was released that works on Windows Server…

Version (6.x) August 22, 2024 - searchD no longer works (wrong/old DLLs)
Version (7.x) January 30, 2025 - the indexer is 8 to 10 times slower. Unusable!

Perhaps it would be better to completely discontinue “Windows support” rather than release unusable versions.

Best regards,
Peter

it could be better to report all issues with MRE as our tests show no issues with Windows release

Results from 6.x and 7.x

C:\Upload\m>makewissen
Start 14:10:25.07

Manticore 7.0.0 92c650401@25013002
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2024, Manticore Software LTD (https://manticoresearch.com)

using config file 'C:/Upload/m/sphWissen.conf'...
indexing table 'tWissen'...
collected 67067 docs, 504.1 MB
creating lookup: 67.0 Kdocs, 100.0% done <----- here hangs
sorted 66.1 Mhits, 100.0% done
total 67067 docs, 504144245 bytes
total 233.338 sec, 2160568 bytes/sec, 287.42 docs/sec
total 140441072 reads, 201.855 sec, 0.0 kb/call avg, 0.0 msec/call avg
total 105 writes, 1.491 sec, 7413.1 kb/call avg, 14.2 msec/call avg
WARNING: failed to open pid_file 'sphWissen.pid'.
WARNING: tables NOT rotated.

End 14:14:18.51 <----- total: 237 sec (7.5 x slower)
C:\Upload\m>makewissen
Start 14:08:30.97

Manticore 6.0.5 19c3ca50e@230428 dev
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2023, Manticore Software LTD (https://manticoresearch.com)

using config file 'C:/Upload/m/sphWissen.conf'...
indexing table 'tWissen'...
collected 67067 docs, 504.1 MB
creating lookup: 67.0 Kdocs, 100.0% done
sorted 66.1 Mhits, 100.0% done
total 67067 docs, 504144245 bytes
total 29.079 sec, 17336788 bytes/sec, 2306.33 docs/sec
total 6 reads, 0.042 sec, 22858.2 kb/call avg, 7.1 msec/call avg
total 2821 writes, 2.600 sec, 275.9 kb/call avg, 0.9 msec/call avg
WARNING: failed to open pid_file 'sphWissen.pid'.
WARNING: tables NOT rotated.

End 14:09:00.06 <----- total: 30 sec

regards Peter

could you provide complete case that I could run localy and get the same behavior that I could investigate?

the issue with IO limit was fixed at fix regression in io size · manticoresoftware/manticoresearch@b3fb5fc · GitHub

:+1: thanks
Peter