In T114617 the wb-identifiers were introduced in the page_props table. This is probably going to be deployed somewhere in May if all goes well. When an items gets edited, the page_props table will be updated. This still leaves us with a lot of items without the page_prop set for a long time. These items should be purged in batches, but not too fast to not to overload the infrastructure. This will make the numbers available in SQL, but not in SPARQL, for that we have T144476
In the past I did this with a query at https://tools.wmflabs.org/multichill/queries/wikidata/no_pageprops.sql (already updated with the new property) and a (pywiki)bot working on this in the background. Could do this again.