phhnguyen wrote: ↑Tue Dec 28, 2021 10:25 am
All my wondering/curious questions are still valid: can SCID (and SCIDvsPC) do directly approximate-position-searching to answer such below questions and how long does it take?
- find all games with 3 White Queens
- find all games with White Pawns in d4, e5, f4, g4, and Black King in b7
- find all games with two Black Rooks in middle squares (d4, d5, e4, e5)
Yes, it would be a lot easier if you took a few minutes to try directly.
Finding the 57 games with 3 white queens takes 2.18 seconds.
(so you can understand that these enthusiastic statements of yours leave me quite puzzled if it takes over 24 minutes to get a wrong result, probably because you have counted the same games multiple times).
But you should search things that makes sense from a chess point of view.
For example, you may want to study how to play IQP positions.
In SCID you would opens the "Material Search" window and choose in "common patterns" "White IQP" (positions that have a white pawn in the d file and do not have white pawns in the c and e files).
Maybe you also want to restrict it to positions with all the standard pieces (both colors with 1 queen, 2 rooks, 2 bishops, 2 knights and an indefinite number of pawns).
The search takes 5.72 seconds and there are 212,122 games, of which white has won 83,641 and lost 66,509.
How long does that search takes with SQL and how many users would be able to write that SQL statement?