> Instead, the research team ran 75 different models with the initial conditions chosen at random. By chance, some of these created distortions similar to the ones seen in the real-world data, typically affecting only one of the four lensed images. So, the researchers conclude that the distortions in the lensed images are consistent with a dark matter halo structured by the quantum interference of axions.
Essentially the best contender aside from WIMPs is, as subject of TFA, axions. And axions have near-random interference and standing waves, which essentially scatters about light bent by gravitational lensing due to uneven gravity in the lensing object.
Essentially, if you randomize the field enough, you can eventually find, after enough trials, something that seems to match reality. And it just so happens axions are the nice random variables we needed to inject.
That's where we're at: Just randomly select some parameters until the data fits, and lo and behold, it fits.
And there are often problems when using multiple SELECT queries in a batched statement: you can't re-use existing CTE queries. Not all client libraries support multiple result-sets. It's essentially impossible to return metadata associated with a resultset (T-SQL and TDS doesn't even support named result sets...), which means you can't opportunistically skip or omit a SELECT query in a batch because your client reader won't know how to parse/interpret an out-of-order resultset, and most importantly: you need to be careful w.r.t. transactions otherwise you'll run into concurrency issues if data changes between SELECT queries in the same batch ()
[1] https://learn.microsoft.com/en-us/ef/core/performance/effici... and https://learn.microsoft.com/en-us/ef/core/querying/single-sp...